39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
# Get started
|
|
|
|
This section explains how to start using the *KTX for Unity* package.
|
|
|
|
To use the *KTX for Unity* package, do the following:
|
|
|
|
1. Verify project settings
|
|
2. Install the package
|
|
3. Follow the use case examples
|
|
|
|
## Verify project settings
|
|
|
|
To use the *KTX for Unity* package, you require the following:
|
|
|
|
* A Unity Editor version of 2020.1 or later. In the Unity Hub, go to **Installs** > **Official releases** to find the latest Long Term Support version.
|
|
|
|
## Install the package
|
|
|
|
To install *KTX for Unity* on a new or existing Unity project, install `com.unity.cloud.ktx` package using the [installation instructions](./installation.md).
|
|
|
|
## Follow the how to examples
|
|
|
|
Follow this guide:
|
|
|
|
* [How To](./how-to.md): This guide explains how to load [KTX™ 2.0][ktx] and [Basis Universal][basisu] texture files.
|
|
|
|
## Trademarks
|
|
|
|
*Unity* is a registered trademark of [Unity Technologies][unity].
|
|
|
|
Khronos® and the Khronos Group logo are registered trademarks of the [The Khronos Group Inc][khronos].
|
|
|
|
KTX™ and the KTX logo are trademarks of the [The Khronos Group Inc][khronos].
|
|
|
|
[basisu]: https://github.com/BinomialLLC/basis_universal
|
|
[khronos]: https://www.khronos.org
|
|
[ktx]: https://www.khronos.org/ktx/
|
|
[unity]: https://unity.com
|