Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: markinjapan on October 31, 2012, 05:07:54 PM

Title: [SOLVED]Failed to destroy views
Post by: markinjapan 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
Title: Re: Failed to destroy views
Post by: markinjapan 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.
Title: Re: Failed to destroy views
Post by: markinjapan 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.
Title: Re: Failed to destroy views
Post by: jeanfabre 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 (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
Title: Re: [SOLVED]Failed to destroy views
Post by: markinjapan on November 02, 2012, 04:06:47 AM
Thanks, I'll set this to solved.