Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kobyle69

Pages: [1]
1
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

Pages: [1]