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.
You'd need to post some of your scripts so we can see whats happening
This looks promising for what you need. Let me know if this helps [MEDIA]
I believe if you use something like animator.Play("Run",0,0f) and maybe place it in an if statement where when it hits the ground(ground = true)...
I think this should allow you to access your script. // add this at the top with your other variables and bools GameObject objectWithScript; //...
I'd say you probably just need to make the level longer. or is this just a one-screen game? If its only one screen, don't parent the background,...
[MEDIA] this is a bit old, but I think it should still work today
well, you would first need to set up a canvas, then add 3 buttons to it, and add code to the buttons for whatever you want them to do
I believe it is as simple as saying animator.Play("Walk", 0, .5f); the first part is the animation name, the second is the layer, and the third...
MonoDevelop is no longer part of Unity as of 2018 I think. Visual Studio Community is better anyways. It should have been automatically downloaded...
Was MonoDevelop not part of Unity back when it was just Unity 4 and 5? I thought it was built it
Is it possible to make it for PSD files instead of PSB? PSD is far more common and some people aren't able to make PSB's. If that didn't make...
Ok, so I found the only solution that worked, for me at least. I stopped using the OnLanding event, and instead, I added my animator to the...
True lol it is definitely a give and receive forum. But I'm too nice and I'll write your whole game for you lol
Well for that, I don't know how to fix. Sorry man
I've got an even better game for you!! unfortunately, it only works in Unix right now as far as I know. Maybe if you can find someone who can...
If you are using the console copy and paste to new script, change the class to CorrectAnswer2, 3, 4, ect.for however many questions you have. just...
That doesn't exist
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class SomeGame:...
right-click in the hierarchy, click create 3d object, then click plane. add mesh collider and mesh renderer. make sure it isn't a trigger. It...
You would literally just need to write out your question above that if statement, and it should work lol try it What are the math questions you...