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

*

Brick

  • ***
  • 25
    • View Profile
Re: Compile Error : The type or namespace name `DG' could not be found
« Reply #1 on: August 03, 2015, 12:21:07 PM »
Hi This may sound like a silly reply but are you declaring the ' using DG.Tweening; '


*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: Compile Error : The type or namespace name `DG' could not be found
« Reply #2 on: August 04, 2015, 05:47:18 PM »
I second what Brick said :)