I don’t know if this is the right place to put this but i am having trouble with Ruby’s Adventure. I am at the end of the animation tutorial and basically nothing works. When i press play the game starts out paused and I can’t unpause it. Also I cant select assets in either play or edit mode to move them around or scale them. I copy and pasted the Ruby and Enemy Controller codes so they should be fine. I have no idea what i am doing wrong please help.
I am on that tutorial right now, but I’m only on the damage zones section. I may be able to help more once I get to where you are, but for now it’s strange that you can’t select assets in edit mode at all. Can you click them in the hierarchy? If you can select them in the hierarchy, you can press w to get the gizmo that lets you move them around or press t to get the gizmo that lets you scale them.
If you can’t even select things in the hierarchy, try restarting Unity.
I can select them in the hierarchy. The keyboard short cuts and restarting unity don’t work but i can change the position and scale by the transform options
Look in the Console. My guess is, you have errors, and you have Error Pause turned on. And you can actually unpause it, but as soon as you do you get more errors, which automatically pause it again.
So the solution (in very broad terms) is to actually look at the errors, and fix whatever is causing them.
Thank you for the help