
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!🎮 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🔍 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 ControlDisables 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 InteractionEnables 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 HandlingDisables 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 InfoDisplays 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).