-
Notifications
You must be signed in to change notification settings - Fork 8
FAQ
A: Yes.
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
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.
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.