Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: cmvrgr on January 19, 2019, 10:48:00 AM

Title: When installing Ecosystem crashed the Substance Painter livelink plugin[SOLVED]
Post by: cmvrgr on January 19, 2019, 10:48:00 AM
Hi.

After installing the Playmaker Ecosystem it just brakes the Substance Painter Livelink plugin. Any ideas?

Assets/Allegorithmic/Plugins/Substance/Livelink/Editor/Scripts/MeshLinkEditor.cs(46,27): error CS0117: `JSON' does not contain a definition for `Parse'
Title: Re: When installing Ecosystem crashed the Substance Painter livelink plugin
Post by: jeanfabre on January 21, 2019, 01:22:35 AM
Hi,

 uhm... it seems there is a conflict with the json libraries. Can you delete the json library used by the Ecosystem? normally it should the use the one from Allegorithmic.

It's located in Assets/net.fabrejean/Editor/Plugins

Let me know how it goes.

Bye,

 Jean
Title: Re: When installing Ecosystem crashed the Substance Painter livelink plugin
Post by: cmvrgr on January 21, 2019, 07:45:51 AM
Hi, a new problem came across.

Now I get two new error messages from playmaker

Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/Tools/ProjectScanner/ProjectScanner.cs(434,11): error CS0103: The name `JSON' does not exist in the current context

Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/Tools/ProjectScanner/ProjectScanner.cs(507,36): error CS0103: The name `JSON' does not exist in the current context
Title: Re: When installing Ecosystem crashed the Substance Painter livelink plugin
Post by: jeanfabre on January 22, 2019, 03:06:24 AM
Hi,

 uhm, not cool, so ecosystem is not picking up the other json library from Painter bu Painter picks the Ecosystem one... fun :)


 Is this Susbtance painter live linke available for free so that I can test?

Bye,

Jean
 
Title: Re: When installing Ecosystem crashed the Substance Painter livelink plugin
Post by: cmvrgr on January 22, 2019, 08:49:24 AM
Yes, it is free. You can download it here.

https://assetstore.unity.com/packages/tools/utilities/substance-in-unity-110555

Thanks.
Title: Re: When installing Ecosystem crashed the Substance Painter livelink plugin
Post by: jeanfabre on January 23, 2019, 01:14:07 AM
Hi,

 this is fixed, can you redownload the ecosystem, I wrapped my JSON class inside a namespace to avoid such clashes.

let me know how it goes.

 Bye,

 Jean
Title: Re: When installing Ecosystem crashed the Substance Painter livelink plugin
Post by: cmvrgr on January 23, 2019, 02:46:02 AM
It is working like a charm. Thanks for the quick fix.