Modifing Standard Assets FPC to swim
I have found many similar questions to this one, most of them have no answers or just theoretical guidelines. I used the First Person Controller (Using Character Controller ***not*** the rigid body...
View ArticleDouble Jump Help
Hello Unity Community, I Am A Sort - Of Newb At Unity, And I Need Scripting Help. I Need That When The Y Position Of My Camera Is Less Than The Position Of An Induvidual Waterplane, My Character Can...
View Articledoes anyone have a swimming and watershader script i can use..... or any tips...
i am an absolute beginner and i would appreciate any help in creating a script...... or if anyone has a script i would appreciate that..... cheers
View ArticleUnity 5.5 Swimming Motion?
Hello all! I'm a student, currently working on a Final Year Project and am incredibly new to Unity. I'm trying to do an underwater scene and I have the fog, particles, bubbles etc figured out, but I...
View ArticleHow do I make my FPS Character swim when in contact with water?
I am having a problem trying to make my FPS Controller swim when in contact with WaterProDaytime. I am using the standard Unity FPS controller. Also when I reach my river, I want my FPS to slow down,...
View ArticleUnity 5, script for a character to be able to swim in water
Greetings! I'm currently a student and i have to create a mini game where my character must swim to certain points, but the thing is i don't know first thing about programming. I only need to make the...
View ArticleAny Ideas on making a segmented giant worm?
---------- I am making a 2d platformer involving a giant worm, and I am stumped on coming up with ways to make it move naturally. What I need is for it swim in a body of water (a trigger zone with...
View Articlerigidbody.AddForce doesn´t work in c#
Hi, I´m trying to make a FPSCharacter swimm in water at a specific height level. I´m using rigidbody.AddForce to add a force that pushes the rigidbody up. However, AddForce isn´t working. I saw...
View ArticleSubnautica Type swimming
So I want to make a swimming system kinda like the one in subnautica. For example where I look I want my character to swim to when I press W and when I'm not pressing anything I want to float in place....
View ArticleHow do you make swimming possible with this script?
I'm using the Third Person MMO Controller you can find in the asset store for my game, but i'd like to implement swimming. I would probably be able to do it myself if i wrote the script myself, but as...
View ArticleSwimming around Underwater? (Not Image effects)
Ok Unity folks I require a bit of help. So far I made a very simple underwater script. Activating bubbles,image effects etc; I also added sound for going in and coming out. But my question is how do I...
View ArticleHow to make the first person controller float to the direction it wants?
How to make the first person controller float / go to the direction it wants just by pointing at it? I have a first person controller as a whale in an underwater environment. I want to make it be able...
View ArticleChanging FPSController values via C#?
Hello, I'm trying to change some FPSController values under certain conditions. Primarily when underwater, I have a detection script setup which changes fog colour and such when under a certain y...
View ArticleAdding multiple colliders to my character controller
So while planning out how to write my swimming script I came across the realization that character controllers don't rotate. Naturally while swimming the character needs to be in a horizontal position....
View ArticleUnderwater Swimming issues (Gravity and ConstantForce)
So I am trying to make some underwater swimming and I've had a lot of issues. I've managed to fix some and work around others, but three things still eludes me. The most important one is swimming up...
View ArticleHow to make capsule immerse in cube like in water?
I want to make penguin (capsule) enter the water (cube) and swim in it. In 2D.
View ArticleUnity4 GetComponent(CharacterMotor) not working
Ok, I'm trying to create a simple script that detects my character's y against a set water level and turns off gravity when <=. I plan on expanding on it in the future, but right now my biggest...
View ArticleHow to get fps out of water
So, I'm working on a project and I need my character to be able to swim. I wrote a script (see below) that allows the player to go lower (dive) when 'e' is pressed and rise when 'q' is pressed. On...
View ArticleVarious Script Problems.
I can not seem to get a single freaking script to work! I am so angry. I want sprint, crouch, under water effects, and swimming. I copied peoples on youtube exactly because I know nothing about...
View ArticleTrouble with swimming in Unity
Hey there. I am working on an FPS with a swimming option. I have it so that I can jump on the surface of the water, then hit a key to dive. After you go underwater everything turns blue, gravity is...
View Article