DOUBLE ROOM QUEST: ‘Assigning Variables’ - Solutions

Quest: Double Room Quest
Challenge: Assigning Variables

Feel free to share your solutions, ideas and creations below. If you get stuck, you can find some ideas here for completing this challenge.

One line of code:

    private void Start()
    {
        gameHandler = FindObjectOfType<GameHandler>();
    }
1 Like

Nice!

Privacy & Terms