Line 194 use ecb. instead of state.EntityManager
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
Research direction
Open OnlineFPS/Assets/Scripts/GameManagement/ServerGameSystem.cs around line 194 and inspect the surrounding method to confirm the available ecb. Replace the direct state.EntityManager entity creation with ecb.CreateEntity(), then verify the OnlineFPS sample still builds.
Written by the indexing model from the issue text.
Description
Entity joinRequestAcceptedEntity = state.EntityManager.CreateEntity();
should be
Entity joinRequestAcceptedEntity = ecb.CreateEntity();
- Dominant language
- C#
- Stars
- 408
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Unity-Technologies/CharacterControllerSamples
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
Unity-Technologies/CharacterControllerSamples#10 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Unity-Technologies/CharacterControllerSamples#9 · 1 comment ·
All issues in Unity-Technologies/CharacterControllerSamples
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nightscout/nocturne#1379 ·
-
priority-0
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
StackExchange/StackExchange.Redis#3249 ·
-
[Feat] 조합 영역 구분선 개선 Open
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 72/100