ThunderKit icon indicating copy to clipboard operation
ThunderKit copied to clipboard

Add checks for catching errors while importing project settings.

Open cheese3660 opened this issue 2 years ago • 0 comments

When using ThunderKit for setting up unity to mod Kerbal Space Program 2, we consistently run into an out of memory error while trying to import project settings, something necessary for us to do things like rendering drag cubes for the game. After doing some investigating, I found that ignoring the assets in the game managers file that cause this error (via a try catch) and logging them fixed these issues for us, as such this PR adds that to the ImportProjectSettings file, and adds an option into the ThunderKit settings that enables or disables logging any errors found while importing the project settings.

cheese3660 avatar Oct 31 '23 21:10 cheese3660