Skip to content

Instantly share code, notes, and snippets.

@ITR13
ITR13 / SceneViewObjectPickerContextWindow.cs
Last active March 5, 2026 09:41 — forked from yasirkula/SceneViewObjectPickerContextWindow.cs
[FORK] Select the object under the cursor via right click in Unity's Scene window
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using UnityEditor;
using UnityEngine;
using UnityEngine.Pool;
using UnityEngine.UI;
public class SceneViewObjectPickerContextWindow : EditorWindow