forked from atteneder/glTFast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: Removed system requirements and prerequisites from installation instructions System requirements falsely imply that glTFast only works on those platforms. While not extensively tested on all platforms, it should work everywhere. Minimum version definition in prerequisites is redundant to package manifest and prone to be outdated in the future. Removed unused trademark note * doc: Included installation instructions in table of content and upgrade guide Partially applied template ToC layout * doc: Correct 2 space indent (markdownlint) * doc: Fixed listing installation items * doc: Removed redundant installation instructions from `README.md` and merged it into `installation.md`. * doc: Added registered trademark char to first appearance of Unity. * doc: Added missing changelog entry about minimum required Unity version. * doc: Fixed changelog entry
- Loading branch information
1 parent
35f5c8e
commit 3370493
Showing
5 changed files
with
48 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
* [Overview](index.md) | ||
* [Unity glTFast](index.md) | ||
* [Installation](installation.md) | ||
* [Upgrade guides](UpgradeGuides.md) | ||
* [Features](features.md) | ||
* Runtime | ||
* [Import](ImportRuntime.md) | ||
* [Export](ExportRuntime.md) | ||
* [Import](ImportRuntime.md) | ||
* [Export](ExportRuntime.md) | ||
* Editor | ||
* [Import](ImportEditor.md) | ||
* [Export](ExportEditor.md) | ||
* [Import](ImportEditor.md) | ||
* [Export](ExportEditor.md) | ||
* [Project Setup](ProjectSetup.md) | ||
* More Information | ||
* [Upgrade Guides](UpgradeGuides.md) | ||
* [Known Issues](KnownIssues.md) | ||
* [Physical Light Units in glTF](LightUnits.md) | ||
* [Implementation Details](ImplementationDetails.md) | ||
* [Known Issues](KnownIssues.md) | ||
* [Physical Light Units in glTF](LightUnits.md) | ||
* [Implementation Details](ImplementationDetails.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
# Installation | ||
|
||
Before you install the package, make sure you meet the [system requirement](#system-requirement) and [prerequisites](#prerequisites). | ||
|
||
## Install the *Unity glTFast* package using the Unity Package Manager | ||
|
||
To install the *Unity glTFast* package, follow these steps: | ||
|
||
In your Unity project, go to Windows > Package Manager. | ||
On the status bar, select the Add (+) button. | ||
From the Add menu, select Add + package by name. Name and Version fields appear. | ||
In the Name field, enter `com.unity.cloud.gltfast`. | ||
Select Add. | ||
The Editor installs the latest available version of the package and any dependent packages. | ||
|
||
## System Requirement | ||
- In your Unity project, go to Windows > Package Manager. | ||
- On the status bar, select the Add (+) button. | ||
- From the Add menu, select Add + package by name. Name and Version fields appear. | ||
- In the Name field, enter `com.unity.cloud.gltfast`. | ||
- Select Add. | ||
- The Editor installs the latest available version of the package and any dependent packages. | ||
|
||
*Unity glTFast* supports the following platforms: | ||
## Optional Packages | ||
|
||
- WebGL | ||
- iOS (arm64 and armv7a) | ||
- Android (arm64 and armv7a) | ||
- Windows (64 bit) | ||
- Universal Windows Platform (x64, x86, ARM, ARM64) | ||
- MacOS Universal (Apple Silicon and Intel) | ||
- Linux (64 bit) | ||
- Lumin / Magic Leap | ||
There are some related package that improve *Unity glTFast* by extending its feature set. | ||
|
||
## Prerequisites | ||
- [Draco™ 3D Data Compression Unity Package][DracoUnity] (provides support for [KHR_draco_mesh_compression][ExtDraco]) | ||
- [KTX™ for Unity][KtxUnity] (provides support for [KHR_texture_basisu][ExtBasisU]) | ||
- [*meshoptimizer decompression for Unity*][Meshopt] (provides support for [EXT_meshopt_compression][ExtMeshopt]) | ||
|
||
To use the package, you require the following: | ||
## Trademarks | ||
|
||
- A Unity version of 2020.1 or later. In the Unity Hub, go to **Installs** > **Official releases** to find the latest Long Term Support version. | ||
*Unity®* is a registered trademark of [Unity Technologies][unity]. | ||
|
||
## Trademarks | ||
*Khronos®* is a registered trademark and [glTF™][gltf] is a trademark of [The Khronos Group Inc][khronos]. | ||
|
||
*Unity* is a registered trademark of [Unity Technologies][unity]. | ||
*KTX™* and the KTX logo are trademarks of the [The Khronos Group Inc][khronos]. | ||
|
||
*Khronos®* is a registered trademark and *glTF™* is a trademark of [The Khronos Group Inc][khronos]. | ||
*Draco™* is a trademark of [*Google LLC*][GoogleLLC]. | ||
|
||
[DracoUnity]: https://github.com/atteneder/DracoUnity | ||
[ExtBasisU]: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_texture_basisu | ||
[ExtDraco]: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_draco_mesh_compression | ||
[ExtMeshopt]: https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_meshopt_compression | ||
[gltf]: https://www.khronos.org/gltf | ||
[GoogleLLC]: https://about.google/ | ||
[khronos]: https://www.khronos.org | ||
[KtxUnity]: https://docs.unity3d.com/Packages/com.unity.cloud.ktx@latest/ | ||
[Meshopt]: https://docs.unity3d.com/Packages/com.unity.meshopt.decompress@latest/ | ||
[unity]: https://unity.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters