Unity Annotations
The Unity Annotations package lets you leave personal notes on your projects and communicate with other users through annotations attached to your 3D models.
Important: Integrating this package into your application allows you to create topics and comment threads through text input fields. The Annotations service doesn't process or validate your input, so make sure to follow security best practices and implement the appropriate input validation system where required.
| Topic | Description |
|---|---|
| Installation | Install the package. |
| Basic concepts | Basic concepts that make up the package. |
| Get started | Access your credentials and configure the package. |
| Create topics | Create new topics and fetch existing topics. |
| Comment on topics | Leave comments on existing topics and fetch comments from specific topics. |
| Edit topics and comments | Make edits to existing topics and comments. |
| Delete topics and comments | Delete existing topics and comments. |
| Topic and Comment Builders | Use builder classes to more easily create and update topics and comments. |
| Upgrading | Upgrade guide for new package versions. |
| Troubleshooting | Issues you might have while using the package. |
| Sample: Integrate Annotations in a Unity Cloud Unity scene | Leave annotations in your Unity Cloud scene and synchronize your data with the cloud. |
| Sample: Integrate Annotations with object picking | Attach annotations to specific objects in your Unity Cloud scene. |
Prerequisites
To use the Annotations package, you must have the following:
- Unity version 2021.3 or later
- A new or existing Unity project