Hi!
When Im starting my server with installed uMod, I have error:
A script behaviour (probably StatsBuilderMachine?) has a different serialization layout when loading. (Read 52 bytes but expected 64 bytes) Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts? The referenced script on this Behaviour is missing! The referenced script on this Behaviour (Game Object 'null>') is missing! A script behaviour (probably StatsBuilderMachine?) has a different serialization layout when loading. (Read 56 bytes but expected 68 bytes) Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
Server without uMod turns on normally.
What can I do?