CharacterControllerSamples icon indicating copy to clipboard operation
CharacterControllerSamples copied to clipboard

Line 194 use ecb. instead of state.EntityManager

Open KirkGamesLLC opened this issue 2 years ago • 0 comments

https://github.com/Unity-Technologies/CharacterControllerSamples/blob/cbf6e6e628e7baaa8a39d7098a88c658d433df20/OnlineFPS/Assets/Scripts/GameManagement/ServerGameSystem.cs#L194C21-L194C91

Entity joinRequestAcceptedEntity = state.EntityManager.CreateEntity(); should be Entity joinRequestAcceptedEntity = ecb.CreateEntity();

KirkGamesLLC avatar Jul 28 '23 01:07 KirkGamesLLC