A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Hello. I recently started using this tool and I want to thank you for developing it, it's been very helpful! However, I'm confused about the...
Here are some imatges trying to describe what i mean. 1- [ATTACH] [ATTACH] 2- [ATTACH] [ATTACH]
Hi! I am trying to build a camera controller for my puzzle plataformer game. The way it should work is like this: 1. The camera is directed by...
Thanks, it's true ForceMode.Impulse seems to limit the velocity (in my case at around 3.5 speed units). I've done some searches while I was...
Hi, Thanks for your reply. I've increased the rigidbody's drag, and it does what you say but it also affects the velocity in which the object...
Hi, I'm building a 2.5 D Platformer which is very reliant on the physics system (most obstacles AddForce to the character) that's why I decided to...
I searched for that problem of the light and I found some posts asking the same. In the end, I found the solution on this one. PD: Thanks...
It worked! Thanks a lot. Now it changes the level when the player enters the collider. However when I go to the next level it doesn't seem to be...
Hi! I'm new to unity and I'm building my first game. Today I wanted to create an exit of my level that changes to the next one. Basically what I...