Simple 3d controls
I am pretty new to game design and coding. And have been watching tutorial after tutorial on movement controls but I still can't figure out how to write a simple C# script 3rd person 3D controls. I was...
View ArticleHow to automatically change Player function after picking up certain item?
Hello! I'm trying to to add a function where the Player is able to swim when they pick up an item called "snorkel" and is knocked back when not. I already have the Player Inventory script where it...
View ArticleRigidBody diving into water
Hey there, i'm working on swimming, so far everything is ok. my problem is when i jump into water, the character goes right to the bottom "ground" surface. tried to set rigidbody velocity.y to zero...
View ArticleIf statement within FixedUpdate?
I am working with the XR Interaction Toolkit and using the Oculus Plugin. I have a Swimming script using the controller velocity to swim through the "water" but right now, I can only get it to work in...
View Article2D swimming
Hi! I am working on a 2d platformer game and I have an underwater level. Currently, my movement is not really based on acceleration, rather it is based on moving my position. This works but it does not...
View ArticleHow does my character do damage, take damage and wield a weapon?
So, I've started off with an appropriate character made. Besides color. @godgh, I think I have a similar issue like yours, but I need my character to wield a weapon, do damage, and take damage. I also...
View ArticleRayman / DK Kong swimming logic
Hello everyone ! I'm making a 2D metroidvania game in which one of the level is a water level (we can also find this type of level in DK Kong Tropical freeze), and i want to implement an advanced...
View Article