I feel like this is kind of ridiculous

I just purchased this today tried to get it running and this is what I got
Assets\uMMORPG\Scripts\NewNetworkManager.cs(172,26): error CS0115: ‘NewNetworkManager.OnServerTransportException(NetworkConnectionToClient, Exception)’: no suitable method found to override
Assets\uMMORPG\Scripts\NewNetworkManager.cs(210,26): error CS0115: ‘NewNetworkManager.OnClientTransportException(Exception)’: no suitable method found to override
[Worker0] Shader properties can’t be added to this global property sheet. Trying to add _RefractionTex_ST (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

[Worker0] Shader properties can’t be added to this global property sheet. Trying to add _RefractionTex_TexelSize (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

[Worker0] Shader properties can’t be added to this global property sheet. Trying to add _RefractionTex_TexelSize (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

[Worker0] Shader properties can’t be added to this global property sheet. Trying to add _RefractionTex_HDR (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
[Worker0] Shader properties can’t be added to this global property sheet. Trying to add _RefractionTex_HDR (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

[Worker0] Shader properties can’t be added to this global property sheet. Trying to add _RefractionTex (type 4 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

It would really be nice to just once buy an asset that freaking works

Talk to the asset developer.

1 Like

They have documentation. This states right at the beginning:

Right now, the recommended Unity version is Unity 2021.3 LTS. You should not use an older version because Unity is not downwards compatible.
You can use newer versions at your own risk.

Are you using 2021.3 to import the asset? If not, try that.

I am using 2022.3.22f1

Okay, so I use the version you suggested, and my compiler errors went away, but then it failed to load the mirror so now I’m lost once again