Commit Graph

100 Commits

Author SHA1 Message Date
VladV
0c5b8f4480 Fix InlineEditor preview layout 2024-04-06 13:11:39 +03:00
VladV
b22c52ee06 Add InlineEditor modes 2024-04-06 12:40:02 +03:00
VladV
57e726cc4f Fix for serialized properties changing fields with reference types doesn't mark object as dirty 2024-01-24 13:59:38 +04:00
VladV
6a5af4e687 Fix Scene attribute 2023-12-12 19:06:29 +04:00
VladV
0e23ca4a42 Fix LayerMask drawer 2023-10-25 18:36:03 +04:00
VladV
6bbde41299 Now UIToolkit support is opt-in 2023-10-25 18:35:54 +04:00
VladV
05b0932901 Fix UIToolkit drawer title 2023-10-15 12:58:57 +04:00
VladV
1d66740c1a Extract TriEditorCore 2023-09-16 13:40:59 +04:00
VladV
1361246895 Experimental UiToolkit support 2023-08-02 20:32:24 +04:00
VladV
6a7036b3ac Add fix action in Required attribute 2023-06-24 18:09:23 +04:00
VladV
fcc2c39447 Hide grouping box if all children properties is invisible 2023-06-24 17:03:16 +04:00
VladV
20faf1bef5 Add drawer for Button with parameters 2023-06-24 16:06:50 +04:00
VladV
0f619fc18f Remove installer 2023-06-15 12:37:17 +04:00
VladV
a292fece70 Optimize GUIColorDrawer 2023-05-01 16:17:43 +04:00
HoSHIZA
9d0f5faeab
Extend the GUIColorAttribute functionality (#103) 2023-05-01 16:00:53 +04:00
HoSHIZA
e40ad952f4
Added ToggleGroup attribute (#100) 2023-04-09 20:51:22 +04:00
VladV
0fd77fee4f Move InlineEditor to decorators 2023-04-05 21:32:32 +04:00
VladV
6881e0fe00 Add Dropdown values validation 2023-04-05 21:29:06 +04:00
VladV
69ebc4dc89 Add DropdownValueResolver 2023-04-05 21:29:06 +04:00
VladV
22884cc5cf Add option to set fixed sizes for horizontal group columns 2023-03-12 12:22:38 +04:00
VladV
ec71246cbd Add HorizontalLine to Title attribute 2023-03-12 11:36:57 +04:00
VladV
51d7e7d474 Add DisplayAsString attrribute 2023-03-12 11:31:48 +04:00
VladV
10cb1fcc4a Fix flags support for EnumToggleButtons 2023-02-16 11:50:00 +04:00
VladV
86b14c9774 Fix object reference drawer 2022-12-07 11:38:25 +04:00
VladV
23702836b3 Add default title to groups and HideTitle option 2022-12-07 11:23:00 +04:00
VladV
adb64bd3f8 Move unity property drawer logic to CustombBuiltinDrawer 2022-12-07 10:52:08 +04:00
ShogoNakamura
149d48243e Add LongDrawer into BuiltinDrawer 2022-12-06 19:33:03 +09:00
VladV
38bc03651e Add FoldoutGroup attribute 2022-11-13 15:30:30 +04:00
VladV
858da9e174 Fix GUI indents 2022-08-28 15:06:50 +03:00
VladV
3522ac7922 Rework TriPropertyDefinition 2022-08-27 14:36:28 +03:00
VladV
e138e83655 Fix TableList attribute throws null reference exception on Unity 2020.1 2022-08-03 17:55:51 +03:00
VladV
c783e6dee7 Simplify processors code 2022-08-03 11:38:52 +03:00
VladV
5346508caf Add Scene attribute 2022-07-19 18:23:44 +03:00
VladV
eb5a95c9d8 Fix incorrect TextArea attribute rendering 2022-07-15 15:31:48 +03:00
VladV
a17cfcf39d Move TriDropdownElement to core 2022-07-14 18:34:09 +03:00
VladV
5c459096f7 Allow polymorphic drawers without generics constraints on type 2022-07-14 13:30:54 +03:00
VladV
b21f687394 Add SceneObjectsOnly attriute 2022-07-12 13:34:59 +03:00
VladV
a56ae84197 Use default equality comparer 2022-07-12 13:19:31 +03:00
VladV
9e6d661229 Add Dropdown attribute 2022-07-04 18:33:03 +03:00
VladV
9a058da91a Fix Color32 fields not being drawn in the inspector 2022-07-03 10:17:28 +03:00
VladV
90decd5941 Fix enum drawer for tri-serialized fields 2022-07-03 10:14:45 +03:00
VladV
0be27a96e0 Fix incorrect spacing for some built-in fields 2022-07-03 10:10:19 +03:00
VladV
7d154eb499 Nicify property name in MissingReference validator message 2022-07-02 09:29:13 +03:00
VladV
91a91b7ea9 Closes #5 - Add AssetsOnly attribute 2022-06-10 15:34:49 +03:00
VladV
a45fde19d4 Add button size parameter 2022-06-06 19:35:46 +03:00
VladV
d0ae0cb8ea New TriPropertyExtension.Initialize method API, show errors in inspector 2022-06-06 14:17:53 +03:00
VladV
383815a216 TableList can be used on non generic elements 2022-06-03 15:34:46 +03:00
VladV
6038aa2d13 Rework property extensions 2022-06-03 15:27:09 +03:00
VladV
1a02874507 Fix assemblies 2022-06-03 13:56:10 +03:00
VladV
2153a0e965 Move OnValueChanged logic to OnValueChangedDrawer 2022-06-02 12:00:20 +03:00