1
DOTween & DOTween Pro / Building at Unity Cloud
« on: August 03, 2015, 10:34:14 PM »
Hi Izitmee,
Glad to see your project up and growing
I have just another issue with paths. I had moved your library into Libs folder (so now all stuff is in Assets/Libs/Demigiant/DOTweenPro/) and it works fine locally, and when i'm doing a Web build.
However, when i'm pushing stuff to the Cloud Build, i'm getting an error
Any suggestions? Should i move core part of the lib into Editor folder or something?
Glad to see your project up and growing
I have just another issue with paths. I had moved your library into Libs folder (so now all stuff is in Assets/Libs/Demigiant/DOTweenPro/) and it works fine locally, and when i'm doing a Web build.
However, when i'm pushing stuff to the Cloud Build, i'm getting an error
Quote
379: [Unity] -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Assembly-CSharp.dll
380: [Unity] Compilation failed: 1 error(s), 0 warnings
381: [Unity] Assets/Libs/Demigiant/DOTweenPro/DOTweenAnimation.cs(6,19): error CS0234: The type or namespace name `Core' does not exist in the namespace `DG.Tweening'. Are you missing an assembly reference?
382: [Unity] - Finished compile Library/ScriptAssemblies/Assembly-CSharp.dll
383: [Unity] Assets/Libs/Demigiant/DOTweenPro/DOTweenAnimation.cs(6,19): error CS0234: The type or namespace name `Core' does not exist in the namespace `DG.Tweening'. Are you missing an assembly reference?
Any suggestions? Should i move core part of the lib into Editor folder or something?