Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.34k stars 351 forks source link

Upgrading to Unity 6 'UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. #681

Open AhmedHalabya opened 5 months ago

AhmedHalabya commented 5 months ago

recently the I have upgraded the project to unity 6000 in order to take advantage of webGPU but when building the project I get many errors for DoTween as follows:

C:\Work\Projects\TCGWorldSpecialEvents\ExternalPackages\com.demigiant.dotween\Modules\DOTweenModuleUnityVersion.cs(194,62): error CS0012: The type 'RectOffset' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

PS: when building to Standalone no issues come up at all.