nathanj
Junior Member

Posts: 66
Posts: 66
|
Post by nathanj on Jul 16, 2018 0:49:55 GMT
Hi Brian,
Just updated to 2018.2.0f2 (using the current version of MAM) and am getting these errors in a Debug notice. Easy enough to comment out the errors (since it's only a Debug message) but thought you would want to know.
Nathan
insert code here Assets/Plugins/DarkTonic/MasterAudioMultiplayer/MasterAudioMultiplayerAdapter.cs(2371,91): error CS0619: `UnityEngine.Network' is obsolete: `The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.'
Assets/Plugins/DarkTonic/MasterAudioMultiplayer/MasterAudioMultiplayerAdapter.cs(2371,91): error CS0619: `UnityEngine.Network.connections' is obsolete: `The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.'
Assets/Plugins/DarkTonic/MasterAudioMultiplayer/MasterAudioMultiplayerAdapter.cs(2407,91): error CS0619: `UnityEngine.Network' is obsolete: `The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.'
Assets/Plugins/DarkTonic/MasterAudioMultiplayer/MasterAudioMultiplayerAdapter.cs(2407,91): error CS0619: `UnityEngine.Network.connections' is obsolete: `The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.'
|
|
|
Post by DarkTonic Dev on Jul 16, 2018 2:35:04 GMT
Sounds like you are using Unity networking, not Photon. Is that correct?
|
|
|
Post by DarkTonic Dev on Jul 16, 2018 19:26:51 GMT
Never mind, I have fixed these and will submit the fix to the Asset Store this week.
|
|
nathanj
Junior Member

Posts: 66
Posts: 66
|
Post by nathanj on Jul 17, 2018 0:25:42 GMT
Hey, sorry for the delay.
We're using Unity networking.
Thanks!
Nathan
|
|
|
Post by DarkTonic Dev on Jul 17, 2018 0:31:09 GMT
No problem!
|
|