Commit Graph

80 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
cc22282a08 Fix Inline (Material) Editor does not always display correctly 2024-04-06 11:26:06 +03:00
Alexejhero
7eb8291c31
Fix TooltipAttribute not working and expose TriEditor.OnEnable and TriEditor.OnDisable (#144) 2023-11-06 08:26:30 +04:00
Alexejhero
e825652e45
Fix errors when installing in TriInspector in Unity <= 2020.1 (#143) 2023-11-05 11:00:43 +04:00
VladV
ee4e02d7ce Add option to show element labels in lists 2023-08-18 10:48:19 +04:00
VladV
5cb263e277 BoxGroup spacing improvements 2023-08-02 20:33:11 +04:00
VladV
1361246895 Experimental UiToolkit support 2023-08-02 20:32:24 +04:00
VladV
6981492ea7 Fix groups layout is not rebuilt on value change for serialized types 2023-08-02 20:22:29 +04:00
VladV
fcc2c39447 Hide grouping box if all children properties is invisible 2023-06-24 17:03:16 +04:00
VladV
bd1fc4935b Layout improvements 2023-06-24 16:43:22 +04:00
VladV
5dc71785af Add inline fix for validation messages 2023-06-16 17:42:57 +04:00
HoSHIZA
e40ad952f4
Added ToggleGroup attribute (#100) 2023-04-09 20:51:22 +04:00
VladV
42413a7a68 Fix incorrect box group layout 2023-04-09 20:25:47 +04:00
VladV
ae735beb2e Draws a dropdown value even if the value is invalid 2023-04-05 21:29:06 +04:00
VladV
af9d9f561d Actualize and set dropdown value in OnGUI loop 2023-04-05 21:29:06 +04:00
VladV
78d032d4d5 Add list header drag and drop 2023-03-24 14:37:04 +04:00
VladV
a416601510 Fix group vertical spacing 2023-03-22 11:53:22 +04:00
VladV
22884cc5cf Add option to set fixed sizes for horizontal group columns 2023-03-12 12:22:38 +04:00
VladV
f40b1e4b55 Fix attribute names 2022-12-10 11:01:57 +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
VladV
2eb9e30e0e Add dynamic titles for groups 2022-11-13 15:30:30 +04:00
VladV
38bc03651e Add FoldoutGroup attribute 2022-11-13 15:30:30 +04:00
VladV
9182a6268c Add DrawWithUnity attribute 2022-11-13 09:23:48 +04:00
VladV
858da9e174 Fix GUI indents 2022-08-28 15:06:50 +03:00
VladV
7887cab152 Make InfoBox messages more compact 2022-08-27 16:46:29 +03:00
VladV
e138e83655 Fix TableList attribute throws null reference exception on Unity 2020.1 2022-08-03 17:55:51 +03:00
VladV
8c36271e56 Add HideReferencePicker attribute 2022-08-03 17:41:01 +03:00
VladV
a17cfcf39d Move TriDropdownElement to core 2022-07-14 18:34:09 +03:00
VladV
bb42851cd3 Remove extra spacing for hidden properties 2022-06-06 14:27:28 +03:00
VladV
d0ae0cb8ea New TriPropertyExtension.Initialize method API, show errors in inspector 2022-06-06 14:17:53 +03:00
VladV
6038aa2d13 Rework property extensions 2022-06-03 15:27:09 +03:00
VladV
ffb0e8f4c5 Moved editor recursion check to TriEditor class 2022-06-03 14:03:51 +03:00
VladV
e9f9894d59 Fix namespaces 2022-06-01 11:19:33 +03:00
VladV
b1e66c69db Rework - introduces root property 2022-06-01 11:08:24 +03:00
VladV
d154c36903 gui improvements 2022-05-31 11:22:46 +03:00
VladV
5c5659100f Closes #8 - Add TableList attribute 2022-05-30 18:24:33 +03:00
VladV
2d13c6421e Hide label by default in lists 2022-05-29 17:39:48 +03:00
VladV
85f81888b9 Fix inspector and validation for nested objects 2022-05-25 12:03:46 +03:00
VladV
801b793124 Integrates validators into drawers pipeline 2022-05-19 17:20:15 +03:00
VladV
5845f1758a Fix InlineEditor recreated every frame for null values 2022-05-19 16:58:38 +03:00
VladV
e354cf2843 Add InfoBox attribute 2022-05-18 21:37:44 +03:00
VladV
7d48204c2d Prepare for Odin integration 2022-05-18 20:03:06 +03:00
VladV
bdc01494ee Add value modification tracking 2022-05-11 11:56:38 +03:00
VladV
87972df66b Multi edit support for non serialized lists 2022-05-11 10:51:22 +03:00
VladV
0d0ec09bf4 Delete unnecessary change check 2022-05-09 11:09:11 +03:00
VladV
b286b66551 Hide add and remove buttons for ShowInInspector arrays 2022-05-08 14:50:00 +03:00
VladV
0841d5e9dd Access to unity internal with InternalsVisibleTo instead of reflection 2022-05-08 14:31:18 +03:00
VladV
28cae2b146 Fix applyOnArrayElement 2022-05-07 19:31:14 +03:00