Closed
Description
Godot version
4.1.1.stable.mono
System information
Godot v4.1.1.stable.mono - Windows 10.0.23531
Issue description
When I install .Net 8 on my system (I'm using the preview version of Visual Studio, so I can't uninstall .Net 8), I get the message "Failed to create C# project." when I create a C# script file, and it doesn't generate the corresponding project files.
modules/mono/glue/runtime_interop.cpp:1324 - System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. System cannot find the specified file.
File name: 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at GodotTools.ProjectEditor.ProjectGenerator.GenAndSaveGameProject(String dir, String name)
at GodotTools.CsProjOperations.GenerateGameProject(String dir, String name) in /root/godot/modules/mono/editor/GodotTools/GodotTools/CsProjOperations.cs:line 13
Transient parent has another exclusive child.
Steps to reproduce
- Install the latest preview version of .Net 8 Sdk.
- Create a new godot project.
- Add a scene root node.
- Attach a C# script to the node.
Minimal reproduction project
N/A
Activity