0
Completed

Error on Unity 5.2.2

Gosolo 8 years ago updated by tmpxyz 8 years ago 3

I just bought this product and it seems to be great but Its causing an error on Unity version 5.2.2 " Assets/Skele/CharacterAnimationTools/Scripts/Collada_Main/Collada_Helpers/Grendgine_Collada_Parse_Utils.cs(62,41): error CS0117: `Console' does not contain a definition for `WriteLine' "


What I did....I created a new Project in Unity version 5.2.2 f1 and imported Skele which is working without any problem ( there is just Skele in there ) but when I load Skele in my old project it produces the error Assets/Skele/CharacterAnimationTools/Scripts/Collada_Main/Collada_Helpers/Grendgine_Collada_Parse_Utils.cs(62,41): error CS0117: `Console' does not contain a definition for `WriteLine' "

Could you help me please to solve this.

Thank you

Completed

Hi, Gosolo,


Thanks for your feedback :)


It seems a name-collision with .net's System.Console, there must be another class named "Console" in global namespace in your old project.


There're multiple possible solutions, you could choose the one fit your case.

1. Put it in its own namespace or rename the "Console" class, if this class is made by yourself;

2. If the Console class is from another plugin, you'd better notify the author to move the class to its own namespace;

3. You could workaround this, by comment/delete all the lines reporting errors.


Tell me if you still have trouble make it work,


Best regards, Be creative,


YOU GUYS WERE RIGHT!!! THANK YOU VERY MUCH!!It is all fixed now. Brilliant! They came with a solution in a flash. Skele is on the way to be those majors assets in Unity Store. Great product. Great support!

Glad to know you solved it :)


If you ever encounter other problems or have suggestions, just tell me


Best regards,