850176300 / dotween

Automatically exported from code.google.com/p/dotween
0 stars 0 forks source link

Implement DOTween46 addon correctly for Unity 5 #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I just added DOTween in Assets
2. Setup DOTween
3. Error

Internal compiler error. See the console log for more information. output was:
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes 
in the module cannot be loaded.
  at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 
  at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0 
  at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0 
  at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0 
  at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0 
  at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0 
  at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0 

What version of the product are you using? On what operating system?

Downloaded it today 27 november from your website, OSX 10.9.5

Please provide any additional information below.

Original issue reported on code.google.com by n.gi...@gmail.com on 27 Nov 2014 at 10:58

GoogleCodeExporter commented 8 years ago
Hi. Mhmm that is weird: I can't test it on Unity 5 beta because I don't have 
it, but users that do use it without any issue (webGL export included, which 
was recently fixed). Can you try manually deleting first the DOTween46 files 
and then the DOTween43 ones if it still doesn't work, then let me know what 
happens?

Original comment by daniele....@gmail.com on 27 Nov 2014 at 12:52

GoogleCodeExporter commented 8 years ago
Hi!
I deleted the DOTween 46 files and now i don't have the error anymore,
thanks for it! :)

I'll try out the plugin and see if any other problems

Nicolas Gilot
Cell : +86-18611591541
<http://t.signalequattro.com/e1t/c/5/f18dQhb0S7lC8dDMPbW2n0x6l2B9nMJW7t5XYg643_R
FW4XyK1j8q-t9RW8r4TLx56dWXnf2lrN9g02?t=&si=6526719467978752&pi=2946366f-d288-48a
4-813b-ef4c10be9784>

Original comment by n.gi...@gmail.com on 27 Nov 2014 at 1:03

GoogleCodeExporter commented 8 years ago
Weird, that means that the new Unity UI has some missing/changed features (or 
namespaces) in Unity 5 compared to Unity 4.6. As soon as they release Unity 5 
I'll be able to fix it without any issue though (I tried to get a beta but 
they'll give it to you only if you pre-order it, which right now I can't).

Original comment by daniele....@gmail.com on 27 Nov 2014 at 4:47

GoogleCodeExporter commented 8 years ago
I believe this was caused by a double import of some files. This should be 
fixed in more recent versions (using DOTween's Utility Panel for the setup).

Original comment by daniele....@gmail.com on 29 Jan 2015 at 11:22