playMaker

Author Topic: <FIXED ON PATCH 14> Playmaker p12 + Prefab Error[SOLVED]  (Read 1945 times)

ch1ky3n

  • Full Member
  • ***
  • Posts: 208
<FIXED ON PATCH 14> Playmaker p12 + Prefab Error[SOLVED]
« on: March 31, 2019, 11:29:45 PM »
I posted this post a couple of weeks ago, but somehow the post is acting weird and I can't read the contents. I wonder if the admin could delete my previous post at https://hutonggames.com/playmakerforum/index.php?topic=20238.0

Prefab+FSM Bugs
Area: Editor
Frequency: Always

1) What happened

During the build, tons of error happens, the error is gone when I remove FSM inside my prefab. However, if any of my prefabs contains FSM it will give these errors

2) How can we reproduce it

Make any object, add FSM state inside it and prefab it, then build it, at least this is what happens to mine

3) Why I'm so sure that this related to Playmaker?
I revert back from the older version of a playmaker which is p10 then the problem is gone

here's are the error (Some of it, because it is similar with different asset name)

An asset is marked with HideFlags.DontSave but is included in the build:
Asset: 'Library/unity editor resources'
Asset name: Font Material
(You are probably referencing internal Unity data in your build.)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

An asset is marked with HideFlags.DontSave but is included in the build:
Asset: 'Library/unity editor resources'
Asset name: toggle
(You are probably referencing internal Unity data in your build.)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

An asset is marked with HideFlags.DontSave but is included in the build:
Asset: 'Library/unity editor resources'
Asset name: toggle on act
(You are probably referencing internal Unity data in your build.)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

An asset is marked with HideFlags.DontSave but is included in the build:
Asset: 'Library/unity editor resources'
Asset name: Font Texture
(You are probably referencing internal Unity data in your build.)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Thank You
« Last Edit: April 11, 2019, 02:58:11 AM by jeanfabre »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Playmaker p12 + Prefab Error
« Reply #1 on: April 01, 2019, 02:05:22 AM »
I'll try to repro here, but at first glance, it seems like the error is with a prefab referencing an editor only font asset. Are you using any fonts in the project? E.g. an action that sets a font?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker p12 + Prefab Error
« Reply #2 on: April 01, 2019, 02:41:22 AM »
Hi,

 I also can not repro this issue.

- what actions do you use in your fsm.

- try to remove one action at a time until it compiles, this will be the fastest way to pin point the issue.

 Bye,

 Jean

ch1ky3n

  • Full Member
  • ***
  • Posts: 208
Re: Playmaker p12 + Prefab Error
« Reply #3 on: April 01, 2019, 10:54:25 AM »
Alrighty, I'll do a thorough check.
and report if i figured out

ch1ky3n

  • Full Member
  • ***
  • Posts: 208
Re: Playmaker p12 + Prefab Error <FIXED ON PATCH 14>
« Reply #4 on: April 03, 2019, 07:43:03 PM »
It's already fixed on patch 14
Awesome!