What is installed with Kanzi?¶
Kanzi by default creates:
Kanzi Studio installation directory at
C:\Program Files\Rightware\Kanzi <KanziVersion>which contains:Kanzi Studio is installed to
C:\Program Files\Rightware\Kanzi <KanziVersion>\Studio. The directory contains:Asset Librarydirectory contains assets that come with Kanzi, including asset packages, fonts, and materials.Bindirectory contains Kanzi Studio executable and its dependencies, including:Kanzi Command Prompt launches a Windows command prompt with Kanzi environment variables set. Use the Kanzi Command Prompt to build Kanzi projects, and access build tools and Kanzi utilities without writing absolute paths.
Tip
You can find the Kanzi Command Prompt in the Windows Start Menu in the Rightware directory.
When you have more than one version of Kanzi installed, make sure that you launch a Kanzi Command Prompt for the version of Kanzi with which you want to work in that command prompt.
PluginInterface.dllenables you to extend the functionality of Kanzi Studio. See Kanzi Studio plugins.
kanzi-one-software-license-terms.txtcontains the Kanzi One license terms.third-party-lib-licenses-kanzi-documentation.txtcontains the license information for the third-party libraries used by the Kanzi documentation and tutorials.third-party-lib-licenses-kanzi-runtime.txtcontains the license information for the third-party libraries used in Kanzi Engine.third-party-lib-licenses-kanzi-sdk.txtcontains the license information for the third-party libraries used in the Kanzi SDK.third-party-lib-licenses-kanzi-studio.txtcontains the license information for the third-party libraries used in Kanzi Studio.
Kanzi workspace directory at
C:\KanziWorkspace_<KanziVersion>which contains:Assetsdirectory contains the RuntimeAssets and kzuiassets Kanzi Studio projects which you can use to replace Kanzi shaders with binary shaders. See Overriding Kanzi shaders with binary shaders.Enginedirectory contains Kanzi Engine and the Kanzi Engine binaries:applicationsdirectory contains the source code for the kzb Player.cmakedirectory contains CMake configuration files for building projects with Kanzi Engine.configsdirectory contains configuration files for building projects with Kanzi Engine.includedirectory contains the Kanzi Engine h and hpp header files.libdirectory contains Kanzi Engine binary libraries for each platform and CMake configuration files for building projects with Kanzi Engine.librariesdirectory contains third-party libraries required by Kanzi Engine.scriptsdirectory contains the scripts for building your Kanzi application for different platforms.
Examplesdirectory contains Kanzi example projects that show how some Kanzi features work. See Examples.Projectsdirectory is the default location where Kanzi Studio creates projects. See Creating a project.Templatesdirectory contains templates you can use as a starting point for programming Kanzi applications. See Creating a project.Tutorialsdirectory contains the projects and assets for the Kanzi tutorials. See Tutorials.
In the Windows directory for application data that is shared between users Kanzi creates directory
%ProgramData%\Rightware\Kanzi.Paths to build tools in
%ProgramData%\Rightware\<KanziVersion>\kanzi_environment_variables.bat. Kanzi uses these tools to build applications. See Setting up the Android build environment.Registry entries that associate kzproj files with Kanzi Studio.
When you start Kanzi Studio for the first time Kanzi Studio creates
%AppData%\Rightware\<KanziVersion>\userPreferences.xmlthat contains the Kanzi Studio preferences.Kanzi Studio stores log messages in the
%USERPROFILE%\AppData\Local\Temp\KanziStudioLogsdirectory in these files:KanziStudio.logcontains messages from Kanzi Studio.KanziPreview.logcontains messages from the Kanzi Studio Preview. See The Preview log file.KanziThumbnails.logcontains messages from the process that draws the thumbnails in Kanzi Studio.KanziStudio_crash<n>.logcontains termination log messages, when Kanzi Studio terminates unexpectedly.