-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discussion] .Net Core Support #448
Comments
This Project in general looks fairly Abandoned, how is its status? |
The main issue with supporting .NET Core is client-server incompatibility. We run .NET 3.5 as it was the version supported by Unity a few versions ago. I'm not sure if it changed, but we can look at it. |
in 2018.3 unity will officially change all defaults to .Net 4.0 |
I'm not really sure, but I don't think it would be possible. .NET Core/Standard would present some incompatibilities between Common and Server/Client. We need to ensure they're both compatible with each other. Also, porting Common to .NET Core wouldn't have any difference. |
but Porting Common to .Net Standart woud make it compatible with both .Net Core and .Net Framework? |
The compatibility differences are likely to be so low for the code you share that it's almost certainly a few lines of |
This change would also allow the server to run in docker image |
This is not an issue, so i dont use the template, but simply enough, to make it easier to run this on Linux, i woud suggest updating to .Net Core. Ill create a Fork later today doing this.
I simply created this as a Reference for a possible future Pull Request & As Discussion place
The text was updated successfully, but these errors were encountered: