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
The attribute [SOVariant] only acts as tagger, which is then looked for in SOVariantAttributeProcessor:OdinPropertyProcessor -> ProcessMemberProperties, where the first line reads:
The attribute
[SOVariant]
only acts as tagger, which is then looked for inSOVariantAttributeProcessor:OdinPropertyProcessor -> ProcessMemberProperties
, where the first line reads:The problem with this is that
SOVariantAttributeProcessor
is thus set to be called for everyScriptableObject
:There is probably a way to directly call
SOVariantAttributeProcessor
from the attribute, but I haven't found how.The text was updated successfully, but these errors were encountered: