Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: weilies on March 08, 2015, 09:51:53 AM

Title: Prefab on Playmaker GameObject
Post by: weilies on March 08, 2015, 09:51:53 AM
Dear gurus,

Kindly checkout my screenshot. I realized a NON-prefab Playmaker gameObject able to select GameObject when i drag object from my scene objects.

But once i converted my Playmaker object into prefab, i can no longer select those in scene. As you can see it constrainted to only 'Assets'

Is it a bug or a known behaviour? why i no longer can select those from scene?
Title: Re: Prefab on Playmaker GameObject
Post by: invayne on March 08, 2015, 10:10:54 AM
this is a unity thing only way to pull game object from scene is to set tags on them and find the object by tag and store it then add it that way