unity3d tag

198 questions


1 answers
81 views
0
Understanding Unity 2D Circular Movement

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

1 years ago

1 answers
76 views
0
What's the name of this?

What is the name of this that manipulates objects in unity?

1 years ago

1 answers
54 views
0
What other programs were developed by unity other than games?The impression of the game comes first. [Closed]

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

1 years ago

1 answers
53 views
0
generate a gameobject

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

1 years ago

1 answers
65 views
0
How to Hide Canvas Images

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

1 years ago

1 answers
53 views
0
UnityPackage Error with NMecab

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

1 years ago

1 answers
62 views
0
error CS0428: Cannot convert method group `OnClick' to non-delegate type `bool'.Consider using parents to invite the method

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

1 years ago

1 answers
60 views
0
Return value of Type.GetType(string); null

Type type=Type.GetType(typeof(Texture).FullName);Unity returns null for the above C# script.

1 years ago

1 answers
47 views
0
Synthesize textures of different sizes within unity shader

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

1 years ago

1 answers
65 views
0
Unity fails to run.

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

1 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.