Can't build player on 2019.4.40:
The type or namespace name 'RuntimeInternals' does not exist in the namespace 'TestHelper' (are you missing an assembly reference?)
coming from 4 scripts FocusGameViewAttribute.cs(8,18), GameViewResolutionAttribute.cs(8,18), GizmosShowOnGameViewAttribute.cs(8,18), LoadSceneAttribute.cs(9,18), TakeScreenshotAttribute.cs(8,18).
Adding scripting define symbols COM_NOWSPRINTING_TEST_HELPER_ENABLE and/or UNITY_INCLUDE_TESTS causes the following compile error:
ArgumentException: The Assembly UnityEngine.TestRunner is referenced by TestHelper ('Library/PlayerScriptAssemblies/TestHelper.dll'). But the dll is not allowed to be included or could not be found.
How is the library supposed to be used in a project that will also need to make a regular player build of the game?
Can't build player on 2019.4.40:
coming from 4 scripts
FocusGameViewAttribute.cs(8,18),GameViewResolutionAttribute.cs(8,18),GizmosShowOnGameViewAttribute.cs(8,18),LoadSceneAttribute.cs(9,18),TakeScreenshotAttribute.cs(8,18).Adding scripting define symbols
COM_NOWSPRINTING_TEST_HELPER_ENABLEand/orUNITY_INCLUDE_TESTScauses the following compile error:How is the library supposed to be used in a project that will also need to make a regular player build of the game?