Fixed the loading of uicanvas assets due to the NetBindable class being (#755)
removed from the SerializeContext. The TransformComponent and ScriptComponent which used to Serialize a NetBindable instance didn't have their version numbers bumped in order to skip the old data when loading a binary ObjectStream
This commit is contained in:
committed by
GitHub
parent
a9d986c10f
commit
5cc0cc9ee7
@@ -546,6 +546,7 @@ void UiInteractableComponent::Reflect(AZ::ReflectContext* context)
|
||||
->Handler<BehaviorUiInteractableNotificationBusHandler>();
|
||||
}
|
||||
|
||||
UiInteractableStateAction::Reflect(context);
|
||||
UiInteractableStateColor::Reflect(context);
|
||||
UiInteractableStateAlpha::Reflect(context);
|
||||
UiInteractableStateSprite::Reflect(context);
|
||||
|
||||
Reference in New Issue
Block a user