24 questions
Unity 5.3What you want to do is replicate and view prefabricated GameObject prefab=(GameObject)Resources.Load(Prefabs/hoge);You can see that the gets prefabricated.Next, Instantiate(prefab, tran.posit...
Unity releases apps to AppleStore and GooglePlay.After building it on Android suddenly, it crashes when I start it on the actual machine, and it falls off right away.Below is the crash log filtered by...
I'm making a ball bouncing game through UNI.T 2D.Make a circular ball and color the ballI want to import and apply a specific image.I'd like to change it. [The image has been modified to fit the size ...
void OnTriggerEnter2D (Collider other) { if (other.gameObject.CompareTag (bad)) { Destroy (gameObject); } I have to make my object disappear, but it doesn't work
« | - 3 - |
© 2024 OneMinuteCode. All rights reserved.