Sensor Camera
FireDragonGameStudio
$14.99
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
04/26(2024) |
14.99 |
11/24(2024) |
14.99 |
Jump AssetStore
Sensor Camera is designed to provide tracking camera functionality for games, particularly suitable for tower defense or stealth genres.Sensor Camera is designed to provide tracking camera functionality for games, particularly suitable for tower defense or stealth genres. It offers various options to customize the detection behavior, including the use of ray casting for object detection, collision sensor settings, debug visualization, and event handling.Youtube Link: https://youtu.be/yQ413NjM9isUnity Forum Link: https://forum.unity.com/threads/released-sensor-camera.1587240/How to Use – Quick OverviewImport the Sensor Camera asset into your Unity project.Attach the Sensor Camera component to the camera you want to use for tracking.Make sure to add the Sensor Camera Tracker to the objects, which should be detected.Adjust the settings in the inspector according to your requirements, including ray casting usage, collision sensor options, debug visualization, and event handling.Optionally, configure the collision mask to optimize detection performance by enabling or disabling layers.Utilize the provided events to trigger actions based on object detection, visibility, or absence.Utilize the Sensor Camera Options component to add or remove collider, mesh, and mesh renderer components as needed, and adjust their properties accordingly.CompatibilityUnity 2022.3 and later versions.Compatible with both 2D and 3D projects.NotesEnsure proper configuration of collision masks to optimize performance and avoid unnecessary detections.Make sure to disable the camera component of the Sensor Camera to avoid unnecessary rendering.Move the Sensor Camera object to the Ignore Raycast layer, disable Ignore Raycast in the Culling Mask of the Camera component to avoid self-detection.Set the Collision Mask of Sensor Camera the layer(s) where your detectable objects are located, to make raycasting and trigger collisions work.Experiment with debug visualization options to understand the detection process better during development.Support and DocumentationFor further assistance or detailed documentation, please refer to the official Unity Asset Store page for Sensor Camera.