I’ve added my plugin like ShooterCore in LyraStarterGame project. Experience and HUD ActionSet i named LAS_MyGame_StandardHUD
that i copied from ShooterCore are in my plugin folder. I made a new layout and widgets on my plugin. And then i changed LAS_ShooterCore_StandardHUD
to LAS_MyGame_StandardHUD
after set the layout and widgets. The point is i can show the layout and wigets when the game is started but if i restart the Unreal Engine, Nothing is changed but i can’t see the layout and widgets. Even these don’t be created. If i compile each widgets and layout, i can see the layout and widgets on the screen but the problem is still exist.
I try to add Experience folder path of my plugin into Asset Manager>Primary Asset type>LyraExperienceDefinition
because i thought the problem is related with loading assets. But i can’t solve the problem. Somebody help me please