MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
490 stars 28 forks source link

GD-511: Remove obsolete `ProjectScanner` #511

Closed MikeSchulze closed 2 weeks ago

MikeSchulze commented 2 weeks ago

Describe What The ProjectScanner was a workaround to rebuild the Godot cache to avoid script loading errors at test run.

Describe Why With Godot 4.2.2 a new flag --import is provided to rebuild the cache and can be used to rebuild the cache. For older Godot versions, we have to use $GODOT_BIN --path ./ -e --headless --quit-after 2000 The gdUnit4-action is not using the ProjectScanner, for users that using the ProjectScanner needs to upgrade your workflows