We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On wyte engine, players adventure on the map.
Wyte Engine has very useful map manager.
Map uses TileMap component from Unity 2017.2.
TileMap
Additionally, you can set metadatas of maps by attaching MapProperty components provided by Wyte Engine to your map gameObject.
MapProperty
Finally, you can move maps via scripts by registering your map data.
Wyte Engine bundles a customized auto-tile named TerrainTile from Unity Technologies and customized tile which can use Wyte Animation (unimplemented).
TerrainTile
Scripting API
Extension API