-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
DotRecast update to 2025.2.1 #3025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Getting a weird error from the compiler about a missing field exception. Im not too sure why at this point but it keeps coming up from the Everything still works in the GameStudio editor as well it is only when I try to compile the game that the above error occurs. |
|
Regarding your issue, could it be possible it is using an older version of the AssetCompiler where it still expects the field to be |
|
Thank you! I had to go into the nuget cache and delete everything there manually. I can actually get past the compiler stage now and build. |
|
This one should be good to look at now. There are some type changes but I dont think they would make this a breaking change? |
|
The only breaking change is that the AssetCompiler needs to rebuild affected assets. I'm not sure if that happens automatically when a newer version is used. We should add a point to the release note once it's merged. cc @VaclavElias |
PR Details
Updates to the latest DotRecast version.
Related Issue
None.
Types of changes
Checklist