Yeah it’s all fine, and it doesn’t work.
delete all Binaries/Intermediates didn’t work either.
But i noticed something: when i had to reenable BaseGameTutorial plugin, it forced reenabling of shooterCore + shooterMap + TopDownArena plugins, like there was a dependency … but there is none declared, and i don’t use anything from these plugins.
Plus how do i ensure my Module is charged up at exec? since enabled game features are defined in The experience file the game fail to load?
It’s like it’s failing to load my BaseGameTutorial.dataAsset at the root of the plugin’s content folder + it doesn’t see my config in project settings … where i specifically put the eperience file.
I tried to put ref of my experience file in the other plugins, but none works.
However, it works when i put it in the same folder as the default lyra exp (/system/Experiences)
It’s like it doesn’t charge my plugins, and therefore refuses to load anything that is referenced in this plugin folder …