playMaker

Author Topic: When installing Ecosystem crashed the Substance Painter livelink plugin[SOLVED]  (Read 2161 times)

cmvrgr

  • Junior Playmaker
  • **
  • Posts: 64
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'
« Last Edit: January 24, 2019, 03:40:59 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: When installing Ecosystem crashed the Substance Painter livelink plugin
« Reply #1 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

cmvrgr

  • Junior Playmaker
  • **
  • Posts: 64
Re: When installing Ecosystem crashed the Substance Painter livelink plugin
« Reply #2 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: When installing Ecosystem crashed the Substance Painter livelink plugin
« Reply #3 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
 

cmvrgr

  • Junior Playmaker
  • **
  • Posts: 64

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: When installing Ecosystem crashed the Substance Painter livelink plugin
« Reply #5 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

cmvrgr

  • Junior Playmaker
  • **
  • Posts: 64
Re: When installing Ecosystem crashed the Substance Painter livelink plugin
« Reply #6 on: January 23, 2019, 02:46:02 AM »
It is working like a charm. Thanks for the quick fix.