I have class to test with Game.Console namespace, but when trying to compile test with string
using Game.Console;
there are such error generated:
Assets/Scripts/Tests/ConsoleTest.cs(6,7): error CS0246: The type or namespace name ‘Game’ could not be found (are you missing a using directive or an assembly reference?)
Tests.asmdef is exists with default settings. Unity version is 2019.2.3f1 Maybe, some additional setup is needed?