2d tag

24 questions


1 answers
96 views
0
Create Replication from Unity 2D prefab

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...

1 years ago

1 answers
73 views
0
Unity crashes when I build it on Android and boot it on a real machine.

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...

1 years ago

1 answers
98 views
0
Unity engine (ball bouncing) Change the color of the ball received by Color to the image.

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 ...

1 years ago

1 answers
109 views
0
It's a question from UNI.T

void OnTriggerEnter2D (Collider other) { if (other.gameObject.CompareTag (bad)) { Destroy (gameObject); } I have to make my object disappear, but it doesn't work

1 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.