Adding Swimming and diving to character motor?
Hey working on a player input system to my game I've made a huge remake of the motor coming with unity3D, but over all it does the same but adding a few needs i had and fixing the...
View Article[HELP] Swim/dive script
Hi I've been playing around with adding swimming + diving to a 3rd person game and it seems that EVERY f***ing time make any thing on it something else is getting in the way. So i trashed all my code...
View ArticleAdd force help needed
hey guys i really need help. i am trying to make swimable underwater, but i am really stuck. i am missing something in my code. my character is the _pc object my water plane is _water the are no errors...
View ArticleMy unfortunate swimmer endlessly sinks. Help!
"Dive controls for swimming character controller cause character to continue sinking or rising after button is released" ... Hi guys, I've implemented the following code to make a Character...
View Articleswimming script required
hello i dont know how to make scripts as i am very knew to unity, could someone please give me a script to use for swimmig. Thanks in advance
View ArticleHow to make a collision trigger thing?
Hello there everyone! I really need a script that like if you touch a cube it plays an animation. I've been working really hard to find one but can't find one. Cya!
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 ArticleHow to make character swim
Hi, I had tried figuring out to do this a while back, but it looks like there hasn't been much done for this, but how do I make my FPS Controller swim? As in, W moves forward, A to the left, etc? It...
View ArticleAnimation not Playing
Hello! I have a pair of animated hands. When I'm touching water than the swimming animation plays normaly but when I want to swim faster (I have an other aimation) the animation is not playing! Hereis...
View ArticleAdding Swimming and diving to character motor?
Hey working on a player input system to my game I've made a huge remake of the motor coming with unity3D, but over all it does the same but adding a few needs i had and fixing the...
View Article