Common problems FAQ – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category: How-to" to "Category: Ylands: How To")
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Line 14: Line 14:


----
----
{{Ylands scripting navbox}}
{{Ylands editor navbox}}


[[Category: Ylands: How To]]
[[Category: Ylands: How To]]

Revision as of 05:17, 26 December 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 editor navbox