Closed zkWildfire closed 1 year ago
Thanks for the report. This was already reported in https://github.com/godotengine/godot/issues/75352, so closing to consolidate the issue tracking there.
are there any play to fix this bug?? now has publish 4.02 version
but this bug is very serious for .net developers.
Godot version
4.0.2.stable.mono.official [7a0977ce2]
System information
Windows 10 21H2
Issue description
I'm trying to implement modding support in a game I'm working on, but scenes from my test mod are unable to be loaded correctly. When I load a scene, the scene loads but Godot fails to create the script attached to the scene and prints the following error:
I was able to replicate this behavior in an MCVE, linked below (and where the above error message is from).
Steps for reproducing the issue can be found in the MCVE repo's readme. I've verified that I can clone the repository, follow those steps, and repro the issue. I can repro the issue in my game on both Windows (Win10 21H2) and Linux (Ubuntu 22.04), and on Windows (Win10 21H2) with the MCVE. I did not test the MCVE project on Linux.
There are a few GitHub issues that are related:
C:\GodotMcve
and again with the repo cloned toC:\mcve
Steps to reproduce
Steps to reproduce the issue can be found in this repository's README: https://github.com/MYTX-Wildfire/godot-pck-mcve
Minimal reproduction project
mcve.zip