Editor FAQ – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


When exporting the game to workshop, automatic optimization that welds all the entities not referenced in VS or groups together occurs. Make sure that you either reference all the entities in some label/script, or add them to the group and check the "force not to optimize on export" option.
When exporting the game to workshop, automatic optimization that welds all the entities not referenced in VS or groups together occurs. Make sure that you either reference all the entities in some label/script, or add them to the group and check the "force not to optimize on export" option.
----
{{Ylands scripting navbox}}
[[Category: How-to]]

Revision as of 15:39, 7 August 2020

Something not working as expected? Not sure about something? Check this FAQ!


Question:

Entities/blocks are not detected by trigger zones or are not destructible after I have exported the game to workshop. Why is that?


Answer:

When exporting the game to workshop, automatic optimization that welds all the entities not referenced in VS or groups together occurs. Make sure that you either reference all the entities in some label/script, or add them to the group and check the "force not to optimize on export" option.


Template:Ylands scripting navbox