About 52 results
Open links in new tab
  1. 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 …

  2. Unity3d - Load a specific scene on play mode - Stack Overflow

    Unity3d - Load a specific scene on play mode Asked 9 years, 10 months ago Modified 2 years, 6 months ago Viewed 25k times

  3. Новые вопросы с меткой [unity3d] - Stack Overflow на русском

    Jan 12, 2026 · Вопросы с меткой [unity3d] Unity3D — многоплатформенный движок для разработки 3D/2D-игр и интерактивного контента.

  4. Unity3D - How do you turn off "receive shadows" in a shader made …

    Aug 26, 2020 · Unlike default URP shaders, custom Shader Graph shaders dont come with a "receive shadows" checkbox as you can see here. How can I disable shadow receiving …

  5. Unity3D - "Parent has a type of layout group" error

    Oct 30, 2018 · Just as the warning says, the parent game object (image_container) has a layout group component.. Content size fitter should be under a game object that does not have layout group

  6. dependencies - NuGet packages in Unity - Stack Overflow

    Nov 23, 2018 · Just thought I'd add this in case it helps anyone I used the Nuget for Unity asset (free) to import a package (websocketsharp) and it was really easy and painless. The references in VS …

  7. java - Cannot find the UnityPlayerActivity class inside com.unity3d ...

    May 19, 2020 · Cannot find the UnityPlayerActivity class inside com.unity3d.player Asked 5 years, 8 months ago Modified 4 years, 1 month ago Viewed 18k times

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

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

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