playMaker

Author Topic: Playmaker has Disappeared from my project[SOLVED]  (Read 1841 times)

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
Playmaker has Disappeared from my project[SOLVED]
« on: March 23, 2017, 04:11:35 AM »
Hi

I am in a bit of strife.

I have lost playmaker from my project and can not seem to get it back.

I have tried restarting unity

I have tried deleting the folders "Playmaker" "Itween" and "Plugins/Playmaker"
Then re-installing.

When I do this the auto pop up to setup playmaker does not start. So I navigate to the install folder under the playmaker folder to install it.

After running that there is still no playmaker and no Playmaker drop down from the main toolbar.

I have an error saying there is duplicate action (so i delete the action that I previously downloaded from the ecosystem.)

Then I get 3 errors with regards to the ecosystem along the lines of:

Assets/PlayMaker uGui/Proxies/PlayMakerUGuiDropEventsProxy.cs(8,29): error CS0234: The type or namespace name `Ecosystem' does not exist in the namespace `HutongGames.PlayMaker'. Are you missing an assembly reference?


I think that may be the main culprit?
« Last Edit: April 04, 2017, 04:48:30 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Playmaker has Disappeared from my project
« Reply #1 on: March 23, 2017, 05:23:18 AM »
Hi,
Your project cant find the Ecosystem which is use by that proxy.
try reinstalling Ecosystem and
reinstalling the "ugui proxy full" from the Ecosystem

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker has Disappeared from my project
« Reply #2 on: March 24, 2017, 02:48:20 AM »
Hi,

 If you restarted Unity and the error was there, yes PlayMaker editor will have a hard time getting initialized.
 
 so yes you need to first fix any errors in the console. Do what Djaydino said, get back to us if you still have trouble.

 Bye,

 Jean

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
Re: Playmaker has Disappeared from my project
« Reply #3 on: March 25, 2017, 05:00:21 AM »
Thanks for the help.

I have been able to fix the issue, seems like there was some conflicts with updating my Ultimate Mobile Asset.
Had to un-install it and re-install, seemed to fix it.