Upgrade Godot to 4.4 beta-1, remove redundant plugin, resolve warning messages in godot editor by removing items with duplicate UIDs

This commit is contained in:
2025-01-18 12:22:30 -08:00
parent 334a4a0b34
commit 9cb696ca86
224 changed files with 289 additions and 390 deletions

View File

@@ -1,8 +1,6 @@
<Project Sdk="Godot.NET.Sdk/4.4.0-dev.4">
<Project Sdk="Godot.NET.Sdk/4.4.0-beta.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>