Make a variable of type byte. It’s a checkbox in the Editor (like a bool). Is this a bug? Seems really weird but I haven’t even had use for the byte type in the Editor (I was just messing around); I didn’t bother testing yet to see what the value is logged as because I don’t see how a checkbox could be useful.
You always have entertaining posts. It’s value behaves like a bit actually
:lol:
This is anoying since you cant use the inspector for byte’s.
For anyone whos wondering why you would want to use a byte over a int, an int = 4 bytes while a byte = 1.
Good for numbers that never go over 255.
Sorta kinda. All the stuff I’ve read says that it’s better to just use ints instead of bytes because modern hardware is optimized to run faster with ints. Still, they may as well be properly supported.
I think I reported this as a bug a while ago.
–Eric
Old bugs. longs are also bugged, they don’t even appear in the inspector.