Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity create gameobject

// Use 'new GameObject' to create a new GameObject in the current scene
SpawnedObject = new GameObject("Created GameObject");
 
PREVIOUS NEXT
Tagged: #unity #create #gameobject
ADD COMMENT
Topic
Name
7+4 =