Top "Gameobject" questions

GameObject is a key component of the Unity3D engine.

Using GetComponent to get a script using a string

Using the following code I am able to get the Script from "SMG" and apply it to the weaponObject: weaponObject = …

c# unity3d gameobject
Setup hide / unhide GameOjbect in unity

I'm trying to setup a simple hide and unhide gameobject in Unity, but can't seem to get my coding to …

unity3d show-hide gameobject