playMaker

Author Topic: Playmaker 1.2.1 Install Problem  (Read 2995 times)

kinetiknz

  • Junior Playmaker
  • **
  • Posts: 85
Playmaker 1.2.1 Install Problem
« on: October 19, 2011, 05:07:45 PM »
Hey, I just upgraded from 1.1 to 1.2
Downloaded and imported the package. At the end of importing I get an error:

Assets/Scripts/GUISkinApply.js(4,46) BCW0012: WARNING: 'UnityEditor.EditorUtlilty.GetAssetPath(UnityEngine.Object)' is obsolete. Use Asset.GetAssetPath

Playmaker isn't loaded after doing the import. If I click on the playmaker samples scene, it imports the package again, repeating the above process.

?!

kinetiknz

  • Junior Playmaker
  • **
  • Posts: 85
Re: Playmaker 1.2.1 Install Problem
« Reply #1 on: October 19, 2011, 06:36:57 PM »
If I create a new project it installs fine, but my main project doesn't load the playmaker menu item. Will I have to rebuild/move my assets into a clean project? bah

Andrew.Lukasik

  • Full Member
  • ***
  • Posts: 134
    • my twitter @andrewlukasik
Re: Playmaker 1.2.1 Install Problem
« Reply #2 on: October 19, 2011, 06:48:38 PM »
Use "Export Package" on your project's assets, and import all that content into fresh project with new PM. It will probably solve this.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Playmaker 1.2.1 Install Problem
« Reply #3 on: October 19, 2011, 09:28:49 PM »
Did you upgrade Unity at the same time?

That error looks like it's in a script: GUISkinApply.js which is not a Playmaker script. The unity update made some commands obsolete. But I'm not sure why this error would effect Playmaker....

Try replacing the obsolete command with the recommended command in the offending script.