You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use saber with a visibility and transform modifier which are named the same.
Attempt to change size or anything.
Attempt to exit SF settings and get target exception error.
Console output:
This also inherently stops SF from exiting even if a different saber is chosen after the fact. It could be alleviated in the unity project side of things by having the exporter warn if two modifiers have the same name? Since this was with a saber I was working on, I was able to test the modifiers with different names to ensure that names were exactly what was causing it.
The text was updated successfully, but these errors were encountered:
If it was me, first thing I would do was checking all my references to sabers and check if they are the same type.
If they are the same, check all calls to sabers to make sure you are always calling it by the same type.
SF Version:
2.5.1
Game Version:
1.22.1
Steps to reproduce:
Console output:
This also inherently stops SF from exiting even if a different saber is chosen after the fact. It could be alleviated in the unity project side of things by having the exporter warn if two modifiers have the same name? Since this was with a saber I was working on, I was able to test the modifiers with different names to ensure that names were exactly what was causing it.
The text was updated successfully, but these errors were encountered: