Skip to content

Instantly share code, notes, and snippets.

View Bezhok's full-sized avatar
🏠
Working from home

Bezhok Nikita Bezhok

🏠
Working from home
View GitHub Profile
@Bezhok
Bezhok / Selectable.cs
Created July 22, 2025 22:04 — forked from forestrf/Selectable.cs
Improved UI navigation on Selectable.cs
// Improved navigation code
using System;
using System.Collections.Generic;
using UnityEngine.Serialization;
using UnityEngine.EventSystems;
namespace UnityEngine.UI
{
[AddComponentMenu("UI/Selectable", 35)]
[ExecuteAlways]