Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question [SOLVED] Test for launch simple 2D platformer

Discussion in 'Testing & Automation' started by pr9inichek, Apr 9, 2023.

  1. pr9inichek

    pr9inichek

    Joined:
    Apr 9, 2023
    Posts:
    3
    Hi all!

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

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,969
    What do you mean with can be launched?
    Make a build and start it up
     
  3. pr9inichek

    pr9inichek

    Joined:
    Apr 9, 2023
    Posts:
    3
    How I check without Unity Test Framework that when I press play button, the game just started?
     
  4. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,969
    Debug.Log

    Just make a dev build so you can see the logs
     
    pr9inichek likes this.
  5. pr9inichek

    pr9inichek

    Joined:
    Apr 9, 2023
    Posts:
    3