pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
492 stars 28 forks source link

Errors when compiling - 4.2.2stable C# #78

Closed 8xc0a closed 3 months ago

8xc0a commented 3 months ago

after reinstalling the plugin and adding /unsafe command blocks to the solution i get this when compiling:

Godot_v4 2 2-stable_mono_win64_OM2UkFV2lV

any solution to this problem?

pkdawson commented 3 months ago

You probably need to target .NET 8

https://github.com/pkdawson/imgui-godot/blob/1fd003e39058ca4616b16cf47c0bf663c8813bd0/Dear%20ImGui%20for%20Godot%20Demo.csproj#L2-L3

8xc0a commented 3 months ago

thanks, it works