ViewManager example

ViewManager example demonstrates switching between prefabs. The example implements the loading of resources used by the prefab in advance, allows you to transition between prefabs, and purges the resources no longer in use.

You can use the ViewManager to load prefabs either in the same or in multiple .kzb files.

You can find the example in the <KanziWorkspace>/Examples/ViewManager directory:

See also

Examples