About 715,000 results
Open links in new tab
  1. Unity - Scripting API: ContextMenu

    If you want to create a context menu when you right-click a property in the Inspector, use EditorApplication.contextualPropertyMenu. If you want to create a menu item that invokes a …

  2. How to Use Context Menus & GUI Buttons in Unity - YouTube

    In this video, you'll learn how to use context menus and simple GUI buttons in the Inspector to call and test your functions without having to hit play.

  3. Feature Highlight: Scene View Context Menu - Unity Engine - Unity ...

    Sep 6, 2024 · Today, we want to highlight a feature introduced in Unity 6 Preview: The Scene View Context Menu. This update is designed to enhance your workflow and provide quicker …

  4. ContextMenu for Unity3D - GitHub

    ContextMenu was designed as a universal solution providing easy way to script UI popup menu creation, in a trivial and robust manner.

  5. Unity - Manual: Contextual menu events

    Use the contextual menu events, ContextualMenuManipulator and ContextualMenuPopulateEvent, to display a set of choices when a user performs certain …

  6. [Solved] Can I add options to the Component Context Menu? - Unity

    Dec 31, 2016 · CONTEXT/Rigidbody is what makes it show up only on context menu for a Rigidbody component. Without “ CONTEXT ” it would appear as a menu item at the top of the …

  7. Unity - Manual: Contextual menu events

    The following example creates a custom Editor window with two labels and adds contextual menus for each label. The example demonstrates how to add, remove, and update a …

  8. Using ContextMenu and ContextMenuItem in Unity 3D

    The `ContextMenu` and `ContextMenuItem` attributes provide this option by allowing you to create menu's in the Unity inspector that can execute functions on your `MonoBehavior`s.

  9. Enhanced Context Menus | Utilities Tools - Unity Asset Store

    Redesigned context menus for the Unity Editor, reducing visual clutter, improving visual appearance and boosting productivity

    • Reviews: 12
    • Unity - Scripting API: ContextMenu

      Implemented in: UnityEngine.CoreModule. The ContextMenu attribute allows you to add commands to the context menu. In the inspector of the attached script. When the user selects …