dav
Full vMember
Posts: 56
|
Post by dav on Dec 18, 2018 13:14:10 GMT
Hi, any idea what do I get this green background color and none words descriptions on FSM? 2018.3.0f2 I can't work as I don't see whats inside the nodes. Thanks
|
|
|
Post by Invector on Dec 18, 2018 15:18:22 GMT
Very strange... try to go to Preferences / vFSM Behaviour and hit the "Use Default" button
|
|
dav
Full vMember
Posts: 56
|
Post by dav on Dec 18, 2018 18:46:00 GMT
Yes,,,,,, You saved my day I don't know how the settings were modify before but now works
|
|
dav
Full vMember
Posts: 56
|
Post by dav on Dec 18, 2018 21:42:01 GMT
One more thing, if I duplicate a FSM Behavior, I get the node graph and the arrows but the content (actions) is empty. Any update on this? I think in August when I made most of the FSMs I did' have this issue and I could duplicate most of the FSMs to personalise mines. I'm on last Ai version and Unity 2018.3.0f2
In MAC also, just in case.....
|
|
|
Post by Invector on Dec 18, 2018 23:12:00 GMT
new releases of Unity are always dangerous
|
|
|
Post by komposite on Feb 13, 2019 1:00:56 GMT
Got exactly the same problem, every time you hit play, the FSM go in this weird color :/
|
|
fanzy
New vMember
Posts: 5
|
Post by fanzy on Apr 15, 2019 15:26:08 GMT
Ran into the same problem today. Has nothing to do with the editor version, it's a localization issue when deserializing the color settings.
vFSMBehaviourPreferences.cs Add invariant localization parameter on line 229
for (var i = 0; i < 4; i++) { outputcolor[i] = System.Single.Parse(strings[i], System.Globalization.NumberFormatInfo.InvariantInfo); }
|
|
|
Post by komposite on Apr 26, 2019 16:51:39 GMT
Didn't worked for me :/
PS : I'm on a Mac BookPro mid 2015, i7 2,2Ghz, 16Go, Intel Iris Pro 1536Mo, running 10.12.6 with Unity 2018.3.0f2
|
|
and91
New vMember
Posts: 21
|
Post by and91 on May 10, 2019 12:11:21 GMT
Still happening on Unity 2019.1
|
|
|
Post by hexzoner on Jul 11, 2020 14:34:39 GMT
Very strange... try to go to Preferences / vFSM Behaviour and hit the "Use Default" button Hm for some reason vFSM Behaviour color options window is missing on my Unity 2019.4 preferences. Any idea how to correct it ?
|
|
|
Post by Invector on Jul 14, 2020 14:02:58 GMT
Very strange... try to go to Preferences / vFSM Behaviour and hit the "Use Default" button m for some reason vFSM Behaviour color options window is missing on my Unity 2019.4 preferences.Any idea how to correct it ? Do you have any errors in the console? if there are errors perhaps the rest of the code didn't compile
|
|
|
Post by hexzoner on Jul 20, 2020 20:54:41 GMT
|
|
|
Post by Invector on Jul 21, 2020 12:29:40 GMT
Looks like it's not displaying on Unity 2019, I will take a look at it
|
|