Commit Graph

181 Commits

Author SHA1 Message Date
Saeed Barari
f2a652a75f
Fix SerializeReference on non serializable collections (#167) 2024-07-18 23:13:05 +03:00
TsFreddie
6c844f0b69 Ignore readonly fields 2024-06-14 16:04:27 +03:00
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
VladV
29dafd0193 Fix TriInspector doesn't work with InlineEditor 2024-04-06 11:18:11 +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
Govorunb
86fed7a830
Allow short member names for static resolvers (#145) 2023-11-08 10:53:02 +04: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
8d3af91048 Fix incorrect prefab modification gui 2023-10-15 13:00:37 +04:00
VladV
af37b2afa7 Make TriPropertyTree disposable 2023-09-26 11:20:32 +04:00
VladV
6290f2934c Add Profiler markers 2023-09-16 13:48:55 +04:00
VladV
1d66740c1a Extract TriEditorCore 2023-09-16 13:40:59 +04:00
Freddie
40631a2bc5 Support Foldout SerializedProperty 2023-09-05 12:10:16 +04:00
VladV
b4b4b3c8e8 Force wideMode 2023-08-18 10:49:51 +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
1a5b5a7468 Fix incorrect nested class names in reference dropdown 2023-08-02 19:55:40 +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
20faf1bef5 Add drawer for Button with parameters 2023-06-24 16:06:50 +04:00
VladV
5dc71785af Add inline fix for validation messages 2023-06-16 17:42:57 +04:00
VladV
945dc0bad9 Fix abstract type drawing 2023-06-15 13:44:33 +04:00
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