Hello,
I'm trying to compile my game with Unity Cloud Builds, everything worked smoothly before integrating DOTween into the project.
[Unity] Assets/scripts/GamePlay/Bouncing.cs(3,7): error CS0246: The type or namespace name `DG' could not be found. Are you missing a using directive or an assembly reference?
[Unity] Assets/scripts/GamePlay/NewBouncing.cs(3,7): error CS0246: The type or namespace name `DG' could not be found. Are you missing a using directive or an assembly reference?
[Unity] Assets/scripts/GamePlay/Bouncing.cs(3,7): error CS0246: The type or namespace name `DG' could not be found. Are you missing a using directive or an assembly reference?
[Unity] Assets/scripts/GamePlay/NewBouncing.cs(3,7): error CS0246: The type or namespace name `DG' could not be found. Are you missing a using directive or an assembly reference?
I made sure that the DOTween folder is not in the Plugins/Resource folder.
Any idea?
Thanks,
Koby