Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gameobject

How does Unity decide which Component to return when calling GetComponent<T> on a GameObject with multiple components of type T?

Changing TextMeshPro Text which is child of 2D Sprite via script in Unity

Is there a way to check if all children of an object are active?

How can I find child gameobject?

Unity/C# Find object and get component

c# unity3d gameobject

Put a text onto a game-object BUT as if it was painted

Using GetComponent to get a script using a string

c# unity3d gameobject

Instantiating a GameObject causes said object to have its Transform destroyed?

Can't change public variables on a script attached to a gameobject. Values are restored upon play

c# unity3d gameobject

Share GameObjects between scenes

unity3d gameobject

Unity3D - get component

c# unity3d gameobject

GameObject is destroyed by which script

c# unity3d gameobject

Clone/duplicate an existing GameObject and its children

Adding a shader to a gameobject

unity3d gameobject

GameObject.FindObjectOfType<>() vs GetComponent<>()

c# unity3d gameobject

Unity add child to children, but at top