Migrating from 0.17 to 0.18
Migrate according to the official bevy migration guide. Scripts referencing native bevy bindings will also need updating accordingly.
For example in lua entity:index() will now be entity:index():index().
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Migrate according to the official bevy migration guide. Scripts referencing native bevy bindings will also need updating accordingly.
For example in lua entity:index() will now be entity:index():index().