Hi there. Unfortunately, we are aware of a bug where even if you do not explicitly check [Scene Graph Experimental Features] in the project settings, as long as [Scene Graph System] is checked, you will not get explicit Verse compilation errors locally in the editor, which would have alerted you that you were making use of definitions that are marked as @experimental. From looking at your project specifically, there were multiple @experimental definitions being made use of in your project’s Verse sources, including:
scene_event, fort_guard_perception , fort_guard_alert_level , fort_npc_perception , fort_target_info , (entity:)SendUp , GetFortGuardPerception , AlertLevelChangedEvent , GetFortNPCPerception , TargetSeenEvent
among others. If you remove the usage of these experimental definitions, you should then be allowed to publish the new version.
We do want to expose this sort of information in a better way than it is right now, where you can’t see what the problematic definitions (or code making use of said definitions) are.