Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robochase6000/819ccc5929381845c81911c978d274f7 to your computer and use it in GitHub Desktop.
Save robochase6000/819ccc5929381845c81911c978d274f7 to your computer and use it in GitHub Desktop.
public class SomeThing : MonoBehaviour
{
public MyPrefabReference PrefabReference;
void Awake()
{
Instantiate(PrefabReference);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment