Commit Graph

155 Commits

Author SHA1 Message Date
VladV
0f619fc18f Remove installer 2023-06-15 12:37:17 +04:00
VladV
5d71424d7f Fix IsTypeSerializable 2023-06-01 17:13:40 +04:00
VladV
3908308611 Rework editors (Fix #114) 2023-05-11 09:59:24 +04:00
Xarpen
04ad48abec
Implement Editor for AssetImporter and ScriptedImported (#112) 2023-05-09 09:37:01 +04:00
HoSHIZA
e40ad952f4
Added ToggleGroup attribute (#100) 2023-04-09 20:51:22 +04:00
HoSHIZA
9bb0c1611c
Fix incorrect display of textures during manual installation in Assets directory (#99) 2023-04-09 20:41:46 +04:00
VladV
42413a7a68 Fix incorrect box group layout 2023-04-09 20:25:47 +04:00
VladV
d35a28ba20 Save IsExpanded to SessionState by PropertyPath 2023-04-06 21:50:27 +04:00
VladV
df34309dc1 Add PropertyPath 2023-04-06 21:50:27 +04:00
VladV
ae735beb2e Draws a dropdown value even if the value is invalid 2023-04-05 21:29:06 +04:00
VladV
69ebc4dc89 Add DropdownValueResolver 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
513a250c64 Add RunValidationIfRequired api 2023-03-22 11:53:22 +04:00
VladV
db3d60270a More stable size calculations 2023-03-22 11:53:22 +04:00
VladV
a416601510 Fix group vertical spacing 2023-03-22 11:53:22 +04:00
VladV
7dddefa4b8 Fix overriden members shown twice 2023-03-12 13:17:11 +04:00
VladV
22884cc5cf Add option to set fixed sizes for horizontal group columns 2023-03-12 12:22:38 +04:00
VladV
abcd8b1d18 Add structs to reference picker 2023-03-12 11:34:58 +04:00
VladV
31f9a27877 Auto populate default values for unity-serialized fields 2023-03-10 19:52:40 +04:00
VladV
9895ce9ef2 Fix RectOffset drawn not correctly 2023-02-16 12:12:38 +04:00
VladV
c368664252 Draw Script property by default and add HideMonoScriptAttribute attribute 2023-01-14 20:50:58 +04:00
VladV
f5f09ed76e Allow expressions with leading dollar sign in ValueResolver.Resolve method 2023-01-14 20:30:22 +04:00
VladV
2350b65663 Excludes dictionary and nested collections from inspector 2023-01-09 20:31:30 +04:00
VladV
f40b1e4b55 Fix attribute names 2022-12-10 11:01:57 +04:00
VladV
9f63461715 Allows ShowInInspector usage on fields 2022-12-09 20:06:58 +04:00
VladV
b969569ae7 Fix instance value resolvers on array element uses array as target instead of owner 2022-12-09 19:53:21 +04:00
VladV
ac647eb85a Skip hide and disable processors on array elements by default 2022-12-09 19:53:21 +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
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
692dfb6620 Always sets property values recursive to root 2022-10-31 16:10:26 +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
8034200f4c Fix inspector width 2022-08-27 15:24:46 +03:00
VladV
c5a1673ff4 Add GroupNext attribute 2022-08-27 14:53:48 +03:00
VladV
3522ac7922 Rework TriPropertyDefinition 2022-08-27 14:36:28 +03:00
VladV
d601ee062a Add Type processors 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
8c36271e56 Add HideReferencePicker attribute 2022-08-03 17:41:01 +03:00
VladV
c783e6dee7 Simplify processors code 2022-08-03 11:38:52 +03:00
VladV
b9d2a633db Add support for static fields, properties and methods in ValueResolver 2022-07-16 10:26:58 +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
a56ae84197 Use default equality comparer 2022-07-12 13:19:31 +03:00
VladV
2ee3ed2fb7 Add samples window - Tools/Tri Inspector/Samples 2022-07-03 18:16:01 +03:00
VladV
46109e5520 Fix Tri-Inspector incorrectly rendered built-in types 2022-07-03 10:20:15 +03:00