Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line 194 use ecb. instead of state.EntityManager #4

Open
KirkGamesLLC opened this issue Jul 28, 2023 · 0 comments
Open

Line 194 use ecb. instead of state.EntityManager #4

KirkGamesLLC opened this issue Jul 28, 2023 · 0 comments

Comments

@KirkGamesLLC
Copy link

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant