Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static List<GameObject> ObjectsToBeSaved = new List<GameObject>(); //1
- void Start()
- {
- ObjectsToBeSaved.Add(gameObject); //2
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement