Hi, how to override default initial scene when I run Test Runner in play mode. It opens some InitalScene4354355436… initally. Actually I have big scene which I want to load initally once before all test cases start. I dont want to happen it in code as it’s taking long time to load in run time, can I override initial scene of Test Runner to be my custom scene?
We are using Zenject, which provides Scene tests, that allows you to load exact scene that you want and operate with objects in that scene.