
How to use Git for Unity3D source control? [closed]
Aug 14, 2013 · What are best practices for using Git source control with Unity 3D, particularly in dealing with the binary nature of Unity 3D projects? Please describe the workflow, what paths would be …
Unity3d - Load a specific scene on play mode - Stack Overflow
Unity3d - Load a specific scene on play mode Asked 9 years, 11 months ago Modified 2 years, 7 months ago Viewed 25k times
Новые вопросы с меткой [unity3d] - Stack Overflow на русском
5 days ago · Вопросы с меткой [unity3d] Unity3D — многоплатформенный движок для разработки 3D/2D-игр и интерактивного контента.
unity game engine - Unity3D Models are pink - Stack Overflow
Sep 16, 2020 · I have been following along a tutorial and I don't know why these prefabs appear to be pink while it should be rendered. While opening the project I got an alert that my Unity version was …
How can I draw a circle in Unity3D? - Stack Overflow
Dec 4, 2012 · How to draw circle in Unity 3d? I want to draw a circle around different objects. The radiuses of the circles are different and the circles have textures - squares.
How to find inactive objects using GameObject.Find(" ") in Unity3D?
Oct 25, 2013 · I needed to find inactive objects in Unity3D using C#. I have 64 objects, and whenever I click a button then it activates / inactivates objects for the corresponding button at runtime. How can I f...
How to import 2d Objects to scene 3d in unity3d
Jun 17, 2014 · I am beginner in Unity3d, I have a game is creating with Scene 3d. I wanna import 2d objects (picture cartoon with *.jpg or *.png) to the Scene 3d in order to save performance.
Check when two Vector3 lines intersect - Unity3D
Dec 23, 2019 · Check when two Vector3 lines intersect - Unity3D Asked 6 years ago Modified 3 years, 5 months ago Viewed 16k times
How to load an html webpage inside unity3d - Stack Overflow
Oct 19, 2017 · I want to show a webpage inside unity3d without making it an image and load it via a WWW class. I have seen that there are plugins, but I would like to load the web page without one.
Get text from Input field in Unity3D with C# - Stack Overflow
Feb 2, 2015 · 19 I'm trying to get a text inside an inputField in Unity3D with C#. I've placed an inputField in my editor, renamed and tagged in: Username_field. My question is: How i can get the text inside …