Files
godot/modules
Nông Văn Tình c5e6a5863d Fix Script Editor saves C# files as embedded scripts
fixes: #88543
fixes: #88160

Because of the limitations of compiled programming languages like C#, when a newly created *.cs file hasn't been compiled, we don't have any information about its `Path` or `Type` in the `assemply`. This means we end up creating an invalid instance of this file whenever there's a request. Consequently, multiple instances of the script can exist. When a new instance takes over the path, it clears the `path_cache` of the previous instance, leading to undefined behavior.
2024-02-25 22:08:18 +07:00
..
2023-10-04 19:55:11 +09:00
2024-02-05 18:53:35 +01:00
2024-02-23 22:33:04 +01:00
2024-02-23 22:33:04 +01:00
2024-02-22 12:25:27 +01:00
2024-02-23 16:24:58 -06:00