Skip to content
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

which unity version to use ? #5

Open
fredodi opened this issue Oct 26, 2020 · 1 comment
Open

which unity version to use ? #5

fredodi opened this issue Oct 26, 2020 · 1 comment

Comments

@fredodi
Copy link

fredodi commented Oct 26, 2020

Hi there.

The tutorials are on 2019, but the unity files in the repo are on unity 2020. What should I do?
I'm having this error of "Can't add script component" but tried to open the scenes both on 2016 and 2020. I wonder if it's because of this version difference or not.

Thank you!

@AinsRuby
Copy link

AinsRuby commented Jan 1, 2021

Hi there.

The tutorials are on 2019, but the unity files in the repo are on unity 2020. What should I do?
I'm having this error of "Can't add script component" but tried to open the scenes both on 2016 and 2020. I wonder if it's because of this version difference or not.

Thank you!

I used the Latest 2020 version of unity with this, and had to import both Mirror and Steamworks into it separately.
There was an issue with the NetworkMessages scripts, which i fixed by changing
public class Notification : MessageBase
{
public string content;
}
to
public struct Notification : NetworkMessage
{
public string content;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants