Smart Examine System
Discover the Details! With Smart Examine System, every object in your game becomes an interactive experience. Rotate, inspect, and reveal hidden details enhancing immersion like never before!

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $15
- Category:
- Templates › Systems
- Developer:
- GamePlan Assets
- Price:
- $15
- Supported Unity Versions:
- 2021.3.19 or higher
- Current Version:
- 1.0
- Download Size:
- 152.50 KB
- Last Update:
- Mar 21, 2025
- Description:
- Interact, Inspect, Immerse! The Smart Examine System lets players pick up, rotate, and explore objects up close. Perfect for puzzle games, story-driven adventures, and interactive storytelling!
For a list of features, see Technical Details - Technical Details:
- Raycast Interaction (ExamineRaycast.cs)
• Casts a ray to detect interactive objects.
• Highlights objects when aimed at with a crosshair.
• Displays object names if they match predefined tags.
• Allows toggling additional object descriptions with a key press.
Object Examination (ObjectExaminer.cs)
• Enables object interaction and examination using multiple cameras.
• Rotates objects using the mouse while examining.
• Positions objects in front of the camera for a closer look.
• Disables player movement while inspecting.
• Uses custom field of view (FOV) and camera settings for better examination.
User Interface Control
• Disables UI elements (like HUDs) while examining an object.
• Shows an examination canvas with additional object info.
• Allows toggling object descriptions via a dedicated button.
Player Interaction
• Enables picking up objects using a key press (Mouse0).
• Puts down objects with the same key.
• Prevents examining the same object multiple times at once.
• Supports adding objects to inventory (if enabled).
Physics & Object Handling
• Disables gravity on examined objects for smooth interaction.
• Restores object position and rotation after examination.
• Allows objects to be moved freely within the examination mode.
Descriptions & Additional Info
• Displays item names when hovered over.
• Provides additional information if an object has a description.
• Allows toggling additional info on/off with a key press (Q) - Continue »