Skip to content

Instantly share code, notes, and snippets.

View GAME-STUDIO-SCRIPT's full-sized avatar

GAME STUDIO (SCRIPT) GAME-STUDIO-SCRIPT

View GitHub Profile
@GAME-STUDIO-SCRIPT
GAME-STUDIO-SCRIPT / EditObject.cs
Created October 11, 2025 07:08
Please fix my scripts
#nullable enable
#pragma warning disable
using UnityEngine;
using System;
using System.Reflection;
using System.Collections.Generic;
using TMPro;
using UnityEngine.UI;
using UnityEngine.InputSystem;
using System.Linq;