when loading a level, a male character shows for a bit if playing a female
michaelday008 opened this issue · 1 comments
michaelday008 commented
Due to the way that UMA characters are reset, they will always go back to male when in the object pool. To prevent showing a male character for a bit while a zone map is loaded or snapshotted, the loading screen should only be removed once the map snapshot is complete and the character is rendered.
michaelday008 commented
This has been solved by updating the camera culling mask to hide player and equipment layers between the time a player spawns, and the time it is marked and ready and no UMA builds are in process.