201 questions
I would like to do circular motion while tapping Unity 2D, and when I release it, I would like to do a circular motion to fly the object in the direction where the force was working, but I didn't know...
This question appears to be outside the scope defined in Help Center for stack overflow.Closed 6 years ago.6 years agoRecently, I am developing unity as a hobby. Unity itself is fun and makes simple g...
Is there a way to generate game objects in a script?Specifically, after destroying the original gameobject, another gameobject is placed on the spot It's like generating I tried using Instantiate(game...
I use the code below to hide the UI image.GameObject.Find(Image).GetComponent<UnityEngine.UI.Image>().enabled=false;With this hidden method, when I want to display it in another script, it seems...
There was no problem with NMecab's part of speech on Unity's game screen, but if you run a file created by building it, you will get an error, perhaps because NMecab doesn't work well.If there is any ...
I would like to do -=200 from (golds) when I click the button on Onclick.error CS0428: Cannot convert method group OnClick' to non-delegate type pool'.Consider using parents to invite the method.What ...
Type type=Type.GetType(typeof(Texture).FullName);Unity returns null for the above C# script.
I have a question in unity5.6 shader.I'd like to combine the two textures, but I don't know how to write shader that sticks out the original size.It's displayed in the original size and the protruding...
When I started Unity project before, I suddenly got a warning that didn't appear.The following warning is now issued:Tiled GPU perf.warning: RenderTexture color surface(0x0)was not cleared/discarded,...
« | - 12 - | » |
© 2024 OneMinuteCode. All rights reserved.