[SOLVED] Test for launch simple 2D platformer

Hi all!

What I need to do for create test if the game can be launched?
What should I pay attention to?

What do you mean with can be launched?
Make a build and start it up

How I check without Unity Test Framework that when I press play button, the game just started?

Debug.Log

Just make a dev build so you can see the logs

1 Like

Thx for help

Found this thread - Built-in way to check if Start has been called on a MonoBehaviour?

didStart it’s that what I need