How remove instance from scene
I do example from this tutroial http://docs.unity3d.com/ru/current/Manual/InstantiatingPrefabs.html and add 3 scripts to scene. After run project I get three times more cubes instead one time. And next...
View ArticleNavmesh jump
I create capsule(player) who stay at box and must jump to other box. I create Naw animation, its work but capsule cross fall horizontal. I set Navigation Area in Nav mesh agent at Jump. ![alt text][1]...
View ArticleSmooth camera rotation
I create third person with camera. The camera will move in sync with the mouse move. I create script for camera move, its work but when the speed is high then everything starts to shake. How force the...
View Article2D game - Sprite deformation when add frce
Hi. I created an image and added to it Collider, Rigidbody2D. Also I create script with function which called when pressing the space key and AddForce to this image. After when I start project and...
View Article