Commit Graph

40 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
Freddie
40631a2bc5 Support Foldout SerializedProperty 2023-09-05 12:10:16 +04:00
VladV
ee4e02d7ce Add option to show element labels in lists 2023-08-18 10:48:19 +04:00
VladV
1a5b5a7468 Fix incorrect nested class names in reference dropdown 2023-08-02 19:55:40 +04:00
VladV
945dc0bad9 Fix abstract type drawing 2023-06-15 13:44:33 +04:00
VladV
5d71424d7f Fix IsTypeSerializable 2023-06-01 17:13:40 +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
2350b65663 Excludes dictionary and nested collections from inspector 2023-01-09 20:31:30 +04:00
VladV
ac647eb85a Skip hide and disable processors on array elements by default 2022-12-09 19:53:21 +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
d601ee062a Add Type processors 2022-08-27 14:36:28 +03:00
VladV
b9d2a633db Add support for static fields, properties and methods in ValueResolver 2022-07-16 10:26:58 +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
9a058da91a Fix Color32 fields not being drawn in the inspector 2022-07-03 10:17:28 +03:00
VladV
85f81888b9 Fix inspector and validation for nested objects 2022-05-25 12:03:46 +03:00
VladV
90b9ce05a3 Fix type selector in reference gui 2022-05-17 12:54:39 +03:00
VladV
90547c7709 ReferenceGui improvements 2022-05-12 11:28:02 +03:00
VladV
5a7b20958f Hide header in reference type dropdown 2022-05-09 11:24:02 +03:00
VladV
e6138b340b Ignore ReflectionTypeLoadException 2022-05-08 14:40:11 +03:00
VladV
0841d5e9dd Access to unity internal with InternalsVisibleTo instead of reflection 2022-05-08 14:31:18 +03:00
VladV
1dfa015583 Unity 2020.1 support 2022-01-22 07:57:47 +03:00
VladV
e730c49e40 Use searchable dropdown for reference type selector 2022-01-21 18:31:52 +03:00
VladV
74fba9172b InlineEditor improvements 2022-01-21 12:52:21 +03:00
VladV
2dc728a146 Add Button attribute 2022-01-18 20:52:33 +03:00
VladV
a1da85433e Add property validators 2022-01-15 19:55:20 +03:00
VladV
39be3d49d0 Code format 2022-01-15 18:07:05 +03:00
VladV
c8d30e36cb Rework helper scopes 2022-01-10 10:39:14 +03:00
VladV
f183e5e879 Fix drawer apply on array element 2022-01-09 19:24:45 +03:00
VladV
2e8014ac14 Added InlineEditor attribute 2022-01-09 19:15:33 +03:00
VladV
bfaf46f661 Exclude object from serializable types 2022-01-08 20:24:20 +03:00
VladV
c65805ae24 Add support for generic drawers and processors 2022-01-07 20:20:22 +03:00
VladV
60e1f5e307 Rework drawers 2022-01-06 20:19:19 +03:00
VladV
a95e914a7f Simplify code 2022-01-06 18:23:16 +03:00
VladV
b58fe280b5 Add property hide and disable processors 2022-01-05 15:42:21 +03:00
VladV
356b11e251 initial commot 2022-01-05 14:59:05 +03:00