killzoms
killzoms
[This](https://github.com/SubnauticaNitrox/Nitrox/blob/master/NitroxModel/DataStructures/Unity/NitroxTransform.cs) is the class that handles transformations in Nitrox, it could be data that is fed to it improperly or it could originate here.
spawning in Nitrox where the data originates from is [here](https://github.com/SubnauticaNitrox/Nitrox/blob/master/NitroxServer/GameLogic/Entities/Spawning/BatchEntitySpawner.cs) fyi
for the sources of the data if curious, [here](https://github.com/SubnauticaNitrox/Nitrox/blob/master/NitroxServer-Subnautica/Resources/ResourceAssetsParser.cs) and [here](https://github.com/SubnauticaNitrox/Nitrox/blob/master/NitroxServer/Serialization/BatchCellsParser.cs)
Perhaps targeting the main branch of Nitrox would be better for this particular issue? The reason is that Nitrox is getting ready to release a new version soon(TM), and the...
Would be easier to have a full percentage if the number of entities spawned per world was static. it is unfortunately not so might be easiest to call it a...