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 - mdrotar

Pages: [1]
1
DOTween & DOTween Pro / Re: DOTween Pro Source?
« on: September 29, 2015, 03:56:25 AM »
I was getting an error
Code: [Select]
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'caused when loading DOTween46.dll. I'm using Unity 5.2. I don't know why it would complain about that, but using the raw source files for DOTween did fix that error. The DLLs are included in the git repo.

2
DOTween & DOTween Pro / DOTween Pro Source?
« on: September 28, 2015, 11:33:54 PM »
Is the DOTween Pro source code available?

I ran into a situation where I needed to include DOTween as source files rather than DLLs, but DOTween Pro references the DLLs so it errors out with missing DLLs. The plan would be to include the DOTween Pro source files in the project and everything should compile together.

Pages: [1]