Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Explain experimental nature of this repository #8

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Camera Kit Unity Template
This repository contains a template project that allows you to build a Unity application and leverage Snap's Camera Kit technology. It supports both iOS and Android builds.

> [!IMPORTANT]
> This repository contains example projects to help you get started with Camera Kit integrations. The software is provided "as is" without any warranties or guarantees, and it is not officially supported for production use.

This is a template project that allows you to build a Unity application and leverage Snap's Camera Kit technology. It supports both iOS and Android builds.

## Requirements
- Unity 2022.3.17f1
Expand Down Expand Up @@ -352,4 +356,4 @@ Contains the following properties to invoke CameraKit
- `RenderMode`: Configures how to invoke Camera Kit (whether in Full Screen or Behind Unity's surface, seen "through" transparent areas)
- `StartWithCamera`: Configures which Camera (front, back) should be initialized with the Lens
- `LaunchParameters`: Configures data to be read by the lens at initialization
- `UnloadLensAfterDismiss`: Configures whether the Lens should be unloaded from memory to have its state reset after being dismissed
- `UnloadLensAfterDismiss`: Configures whether the Lens should be unloaded from memory to have its state reset after being dismissed