From 82f8f6c53b2b2452f326d8c05f82b11a4470170c Mon Sep 17 00:00:00 2001 From: Arash Pessian Date: Thu, 6 Mar 2025 17:24:34 -0800 Subject: [PATCH] Explain experimental nature of this repository --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac4cbeb0..8e39f6ba 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file +- `UnloadLensAfterDismiss`: Configures whether the Lens should be unloaded from memory to have its state reset after being dismissed