Skip to content
Valk edited this page Jan 11, 2025 · 5 revisions

Q: Does this work with Godot?

A: Yes.

Q: I'm encountering errors when I first load the project. What should I do?

A: If you're seeing errors on your first project load, it could be because you're offline or didn't clone the submodules. An internet connection is required when running the project for the first time, after that it's not required. To get submodules, use:

git submodule update --init --recursive

If your .NET SDK version is lower than 8.0.400, the source generator may not create the necessary Prefab and Scene scripts. Verify your current version by running dotnet --version in your terminal. If an update is required, you can download the latest .NET SDK from the following link: Update .NET SDK

Q: I'm encountering errors after switching to the X genre. What could be the issue?

A: If the errors do not go away when running the game, try restarting the editor.

Q: The left hand in all the FPS animations is sticking to where the right hand is. How can I fix this?

A: Simply closing and reopening the Redot editor should resolve the issue.

Q: My issue isn't listed here. What should I do?

A: Feel free to search for your issue in the repository's issues section. If it hasn't been reported yet, please open a new issue, and I'll be happy to help you.

Tip

If you use GitHub Desktop App, you can simply discard all changes made by the setup script instead of completely starting over and downloading the repository again if you run into issues. Also fun fact GitHub Desktop App downloads git submodules for you automatically.