Deadcows / MyBox

MyBox is a set of attributes, tools and extensions for Unity
http://deadcow.ru
MIT License
1.94k stars 244 forks source link

ReadOnly #243

Open Nom-ali opened 11 months ago

Nom-ali commented 11 months ago

Hi, I have an issue i want to discuss. I Created a Struct in unity Project and initialize it with ReadOnly. But this only made name Readonly. I attached an SS. I want this Entire thing to be READONLY.

Screenshot 2023-11-23 214140

Deadcows commented 10 months ago

So weird. I tried to reproduce the issue and it works as intended on my side. NextObject is a simple field inside MonoBehaviour, without any custom editors or custom property drawers, right? 🤔 What Unity version you are using? I'll check it there