We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I did everything like the readme stated but I'm still getting this error when trying to start the game. I would appreciate any help possible.
NullReferenceException: Object reference not set to an instance of an object HandleCharacterSpawn.Initialize (Unity.Entities.ComponentGroup& group) (at Assets/Scripts/Game/Modules/Character/CharacterSystemShared.cs:55) InitializeComponentGroupSystem`2[T,S].OnUpdate () (at Assets/Scripts/ECS/BaseComponentDataSystem.cs:552) Unity.Entities.ComponentSystem.InternalUpdate () (at Library/PackageCache/[email protected]/Unity.Entities/ComponentSystem.cs:475) Unity.Entities.ScriptBehaviourManager.Update () (at Library/PackageCache/[email protected]/Unity.Entities/ScriptBehaviourManager.cs:83) SystemCollection.Update () (at Assets/Scripts/Game/Modules/Character/CharacterModuleShared.cs:18) CharacterModuleShared.HandleSpawns () (at Assets/Scripts/Game/Modules/Character/CharacterModuleShared.cs:63) PreviewGameLoop.PreviewTickUpdate () (at Assets/Scripts/Game/Main/PreviewGameLoop.cs:353) PreviewGameLoop.UpdateStateActive () (at Assets/Scripts/Game/Main/PreviewGameLoop.cs:315) StateMachine`1[T].Update () (at Assets/Scripts/Utils/StateMachine.cs:26) PreviewGameLoop.Update () (at Assets/Scripts/Game/Main/PreviewGameLoop.cs:171) Game.Update () (at Assets/Scripts/Game/Main/Game.cs:619)
The text was updated successfully, but these errors were encountered:
See this #99
Sorry, something went wrong.
@JayneFrack Did you clone the Project?
If you didn't I suggest downloading Git and clone it.
Downloading it won't work, The only way Is to clone it.
No branches or pull requests
Hi I did everything like the readme stated but I'm still getting this error when trying to start the game. I would appreciate any help possible.
The text was updated successfully, but these errors were encountered: