playMaker

Author Topic: 1.8 update woes  (Read 2615 times)

grahamH

  • Playmaker Newbie
  • *
  • Posts: 10
1.8 update woes
« on: January 11, 2016, 10:03:15 AM »
Previous situation:

Unity ver 5.3.1f1
PlayMaker 1.7.8.3
No errors
Working Globals etc.
--------------
Import the update package 1.7.8.4

No changes apparent…
Closed PlayMaker editor tab
Restart Unity
-------------

PlayMaker welcome screen not automatically displayed.
Menu>PlayMaker>Welcome screen

From Welcome Screen install latest version…
Click on 1.8.0 BETA (as for Unity 5.3+)
Update sequence runs…..
---------------------
PlayMaker notification window opens telling me to check the upgrade guide for more info on this release.

Click OK….

Now all Playmaker script icons missing from hierarchy. Clicking on an item reveals the script is missing.

Also error appears in console:

NullReferenceException: Object reference not set to an instance of an object
UnityEngine.UI.Graphic.OnRebuildRequested () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Graphic.cs:466)
UnityEngine.UI.GraphicRebuildTracker.OnRebuildRequested () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/GraphicRebuildTracker.cs:33)
UnityEngine.CanvasRenderer.RequestRefresh () (at C:/buildslave/unity/build/artifacts/generated/common/modules/UI/CanvasRendererBindings.gen.cs:314)

PlaymakerGUI also missing script.
------
On previous attempts I have replaced missing scripts etc. But then realized that I've also lost all variables.

In the Project window under Playmaker, resources, there is a PlayMakerGlobals but when I click on that, the inspector shows the script is missing for that too.

Current Situation: Nothing working and my project is at a standstill.

Any help greatly appreciated.
Thanks in advance,

Gray
« Last Edit: January 11, 2016, 10:25:08 AM by grahamH »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: 1.8 update woes
« Reply #1 on: January 11, 2016, 06:32:52 PM »
It sounds like there are errors that are stopping Unity from compiling Playmaker.
What other errors do you have in the console?
The error you posted looks like a Unity error.
Have you restarted Unity after updating?

grahamH

  • Playmaker Newbie
  • *
  • Posts: 10
Re: 1.8 update woes
« Reply #2 on: January 14, 2016, 07:01:09 AM »
It sounds like there are errors that are stopping Unity from compiling Playmaker.
What other errors do you have in the console?
The error you posted looks like a Unity error.
Have you restarted Unity after updating?

No other errors listed.
Did restart Unity after updating...

Not sure how relevant this is but...
I manually deleted the PlayMakerGUI gameobject from the hierarchy and then added a new PlayMakerGUI from Menu>PlayMaker>Components>Add PlayMakerGUI to Scene...
Now, when I try to save the scene the error detailed earlier appears twice in the console.

So from a clear console window, saving the scene generates two versions of the same error.



Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: 1.8 update woes
« Reply #3 on: January 30, 2016, 04:53:13 PM »
Sorry for the delayed response. It sounds like you may have GUID issues in your project.

I've created a wiki page to explain and help fix Missing Scripts errors:
https://hutonggames.fogbugz.com/default.asp?W1254

Let me know if that helps...
« Last Edit: January 30, 2016, 05:08:51 PM by Alex Chouls »