playMaker

Author Topic: [SOLVED]Failed to destroy views  (Read 6009 times)

markinjapan

  • Full Member
  • ***
  • Posts: 103
[SOLVED]Failed to destroy views
« on: October 31, 2012, 05:07:54 PM »
Hi,

I seem to be getting this error a lot lately. All I do is import a package into a fresh project. Quit Unity, reload and my window layout is broken and I can't access Playmaker.

(I'm on a Mac btw)

To repro
0. Start Unity
1. New project.
2. Select Playmaker as a package to import.
3. Unity starts
4. Import another package (I was trying the microphone actions)
5. Quit Unity.
6. Restart
7. Window layout broken.

Any ideas? I've attached a picture of the errors I get.

Thanks
« Last Edit: November 02, 2012, 04:06:06 AM by markinjapan »

markinjapan

  • Full Member
  • ***
  • Posts: 103
Re: Failed to destroy views
« Reply #1 on: October 31, 2012, 05:16:04 PM »
Oh, and I can get everything back to normal by deleting the package I imported, so I guess it's something to do with importing packages?

Attached is a picture of my layout as well.

markinjapan

  • Full Member
  • ***
  • Posts: 103
Re: Failed to destroy views
« Reply #2 on: October 31, 2012, 05:21:54 PM »
Also, I get this:

Assets/PlayMaker Custom Actions/Microphone/MicrophoneGetDevicestoArrayList.cs(18,56): error CS0246: The type or namespace name `ArrayListActions' could not be found. Are you missing a using directive or an assembly reference?

Not sure what it means but I do have that action installed.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Failed to destroy views
« Reply #3 on: November 01, 2012, 01:44:11 AM »
Hi,

if there is an error when unity opens, the layout will always be broken with PlayMaker. PlayMaker will staat to function properly only when no error will be detected by Unity.

 you need ArrayMaker:
https://hutonggames.fogbugz.com/default.asp?W715

If you have it already, it might be a case of refreshing the project or re importing assets ( from the Unity menu)

bye,

 Jean

markinjapan

  • Full Member
  • ***
  • Posts: 103
Re: [SOLVED]Failed to destroy views
« Reply #4 on: November 02, 2012, 04:06:47 AM »
Thanks, I'll set this to solved.