
SnapKit is a powerful and flexible asset designed to detect objects within a camera's view and capture photos of them. This tool is perfect for creating photography gameplay mechanics.Welcome to SnapKit, a powerful and flexible Unity asset designed to detect objects within a camera's view and capture photos of them. This tool is perfect for creating photography gameplay mechanics, object recognition systems, or any feature that requires programmatic-in-game snapshots.Demo Features:Example camera set upExample inputExample photo snapshots UIThe demo features example uses for setting up objects with photo targets, example player inputs as well as an animated preview of your photo capture, it's contents as well as a score for each object.Documention LinkSnapKit's architecture is centered around three main components:SnapKitManager: The central hub that manages all SnapKitObject instances and orchestrates the object detection process.SnapKitObject: A component you attach to any GameObject you want to be detectable by the system.SnapKitPhotoCapture: Handles the process of taking and saving photos when objects are detected.