How can do code Animation idle to wait
Hello, please I need finish animation when I press a any key, my starts with the follow code: If (Time.timeSincelLoad > = 40) { animator.Play("Wait"); } Because this complementary sentence don't...
View ArticleNeed to stop animation
For a Wait animation I used the next code: ```If (velocityx ==0 && Time.timeSinceLevelLoad >= 40) { animator.Play("Wait"); }``` I tried stop with this code: ```else if( velocityx ==1 ||...
View Articlefreezes on play
have one specific scene where when i try to run it and click play unity completely freezes to the point where I have to force quit. this doesn't happen on any other scene in the project or any other...
View ArticleProbuilder not working properly,Probuilder selects full cube but not vertices...
Whenever I want to select face and vertice of a cube I cannot it is by default selecting the whole cube. And the face and vertice select tool is not working I think so pls help asap. I have the latest...
View ArticleHow to make a fnaf game in unity
using System.Collections; using UnityEngine.UI; using System.Collections.Generic; using UnityEngine; public class CameraScript : MonoBehaviour { public Camera[] Cams; public Camera cam1; public Camera...
View Article