Hi i want to make a platform falling when the player touches it. The problem is when the platform falls it makes the player bounce on top of it. Both the platform and the player are kinematic. The player move and the platform fall both use move position.
I tried the solution of making the player a child of the platform but then the player is unable to move. Ill include a gif of how it looks like now.
Also let me add that if i change all the movement to transform.translate instead of move position the problem goes away. I dont want to use translate tho.
There are many other videos on YT about falling platforms, im sure one will work. The reason it probably doesnt work for you is how your player script works. Thats not a bad thing at all, it just means you need to find a different solution