Cleaning Local Thrive Version

From Thrive Developer Wiki
Jump to navigation Jump to search

Your locally cloned Thrive version may get messed up from time to time. Here are the steps to fix it:

  1. Close Godot editor
  2. Delete the .import folder inside the thrive folder
  3. (optional) Delete the .mono folder inside the thrive folder. If you do this step you need to restore nuget packages again
  4. Make sure that git doesn't say anything is modified (`git status` shows no changes). If there are changes use git reset to get rid of them
  5. Reopen Godot editor, it should reimport all assets.
  6. Everything should be fixed now when you start the game from the Godot editor