Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: kobyle69 on August 02, 2015, 10:29:26 PM

Title: Compile Error : The type or namespace name `DG' could not be found
Post by: kobyle69 on August 02, 2015, 10:29:26 PM
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
Title: Re: Compile Error : The type or namespace name `DG' could not be found
Post by: Brick on August 03, 2015, 12:21:07 PM
Hi This may sound like a silly reply but are you declaring the ' using DG.Tweening; '

Title: Re: Compile Error : The type or namespace name `DG' could not be found
Post by: Daniele on August 04, 2015, 05:47:18 PM
I second what Brick said :)