You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that NeoAxis supports Visual Studio 2017 and 2019. However, these don't run on Linux, and are a bit bloated, so I personally prefer to use VS Code everywhere. It would be great of NeoAxis supported this editor.
The text was updated successfully, but these errors were encountered:
Hi,
We made support for VSCode in 2020.5. Use NeoAxis.Managed.ProjectOnly.AnyIDE.sln.
It remains to configure compilation and run executables in debugger. The problem is that it is not yet possible to compile the entire source code of the engine in VSCode. VS2019 is still required to compile entire source code. VSCode supports only compilation of project assemblies.
The nuance is that need to configure launch.json to start compile before run NeoAxis.Editor.exe or NeoAxis.Player.exe. Please help how to do this in the best way?
I see that NeoAxis supports Visual Studio 2017 and 2019. However, these don't run on Linux, and are a bit bloated, so I personally prefer to use VS Code everywhere. It would be great of NeoAxis supported this editor.
The text was updated successfully, but these errors were encountered: