webgl build and C# cli #687
Unanswered
boris-741
asked this question in
BlazorGL (BlazorWasm/WebGL)
Replies: 1 comment 3 replies
-
Install the KniSdkSetup3.10.9001.exe from https://github.com/kniEngine/kni/releases/tag/v3.10.9001 Then open VS2022 and create a new project using either 'KNI Web browser Platform Project (.net6)' If you don't see the templates the first time, run '"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv" /updateconfiguration' in the command line. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any instructions on how I can install a template for webassembler project Kni from the command line?
I installed mg:
dotnet new --install MonoGame.Templates.CSharp
dotnet new mgdesktopgl -o MyGame
project create build and start successfully
What should I do now to submit your template for a web assembler project?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions