Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ToxicFrog on April 08, 2021, 04:00:11 PM

Title: [SOLVED] Get Name From Material problem
Post by: ToxicFrog on April 08, 2021, 04:00:11 PM
Hi Playmakers,

I've got a state that gets a Material from an FSM, then is supposed to get the name of the material. For whatever reason, it's just not working! Notice in the screenshot that the Material Name STR is empty.

The '=Avatar _GO' object is a PUN2 instance, if that matters.

I appreciate any help!

(Screenshot attached)
Title: Re: [SOLVED] Get Name From Material problem
Post by: ToxicFrog on April 08, 2021, 04:26:15 PM
Nevermind - I'm an idiot!

I had another FSM that was meant to GET the String, but I mistakenly had it as SET String, which is why it was showing up empty.

Totally my fault - crisis averted! :)