mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkHash128: added comment that replacing it would break everything
This commit is contained in:
parent
fc4803df3e
commit
c16564c8fe
@ -23,6 +23,9 @@ namespace Mirror
|
||||
// never good, especially when going back and forth between original
|
||||
// HLAPI and this one
|
||||
// => this solution is actually very decent
|
||||
// IMPORTANT: replacing NetworkHash128 with a GUID or similar would break
|
||||
// all prefabs in all projects and might result in chaos when
|
||||
// building a project without opening all scenes once to update.
|
||||
[Serializable]
|
||||
public struct NetworkHash128
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user