Sinai
|
62fa7f30f3
|
Fix exception state being "sticky"
|
2022-04-11 17:37:03 +10:00 |
|
Sinai
|
4af86e0e25
|
Fix InspectingAssetScene returning incorrect value
|
2022-04-11 17:14:20 +10:00 |
|
Sinai
|
27ae78a043
|
Remove redundant UIManager.Update call
|
2022-04-11 17:14:05 +10:00 |
|
Sinai
|
d6a07f05ea
|
Bump version
4.6.4
|
2022-04-10 05:37:28 +10:00 |
|
Sinai
|
27d5398dea
|
Add throttling to prune method, remove logging
|
2022-04-10 05:32:07 +10:00 |
|
Sinai
|
7a5570a070
|
Bump version
4.6.3
|
2022-04-09 18:59:34 +10:00 |
|
Sinai
|
d40537775f
|
Bump UniverseLib
|
2022-04-09 18:59:13 +10:00 |
|
Sinai
|
9b6f3fd3ea
|
Cleanups / refactoring
|
2022-04-09 18:58:56 +10:00 |
|
Sinai
|
bacac929e9
|
Show InputField for exceptions to view/copy full exception
|
2022-04-01 18:14:50 +11:00 |
|
Sinai
|
4e3d3a2e5c
|
Update README.md
4.6.2
|
2022-04-01 01:37:51 +11:00 |
|
Sinai
|
7dbc8fd66e
|
Merge branch 'master' of https://github.com/sinai-dev/UnityExplorer
|
2022-04-01 01:31:53 +11:00 |
|
Sinai
|
892cefcc91
|
Bump version
|
2022-04-01 01:31:45 +11:00 |
|
Sinai
|
a986b92963
|
Don't try to get UnityObjectWidget for static class inspection
|
2022-04-01 01:31:40 +11:00 |
|
Sinai
|
8837119781
|
Merge pull request #132 from liesauer/master
Fix standalone reading config item type casting bug
|
2022-04-01 01:21:39 +11:00 |
|
L!εsAμεr
|
7eda249ddb
|
Fix standalone reading config item type casting bug
|
2022-03-31 21:07:06 +08:00 |
|
Sinai
|
710b4ba74a
|
Use switch expression instead of if/else block
|
2022-03-29 22:39:26 +11:00 |
|
Sinai
|
4bee55fb25
|
Cleanups, remove redundancy
|
2022-03-29 22:36:17 +11:00 |
|
Sinai
|
c71748d22a
|
Remove pointless ToArray() call
4.6.1
|
2022-03-23 19:02:17 +11:00 |
|
Sinai
|
621035c732
|
Bump UniverseLib
|
2022-03-23 18:04:27 +11:00 |
|
Sinai
|
2285a495be
|
Add support for Unity Editor release
4.6.0
|
2022-03-21 21:25:51 +11:00 |
|
Sinai
|
efdf2446bd
|
A few cleanups and optimizations
|
2022-03-21 21:25:18 +11:00 |
|
Sinai
|
6ad45ac8ae
|
Delete social.png
|
2022-03-21 21:24:36 +11:00 |
|
Sinai
|
2d3c83cfa3
|
Bump version
|
2022-03-21 01:05:00 +11:00 |
|
Sinai
|
3213717ff6
|
Add outline to resize arrow
|
2022-03-21 01:04:55 +11:00 |
|
Sinai
|
a6a1a4d046
|
cleanup
|
2022-03-21 01:04:44 +11:00 |
|
Sinai
|
078c2e2b51
|
Add AudioClipWidget
|
2022-03-21 01:04:39 +11:00 |
|
Sinai
|
49bce650b4
|
Fix text clipping with transform cell name and sibling index
|
2022-03-20 21:21:23 +11:00 |
|
Sinai
|
bd9e80f2b4
|
Refactor unity inspector widgets into proper classes
|
2022-03-20 21:21:01 +11:00 |
|
Sinai
|
d1eb5671bf
|
Move GetCacheMembers into separate class
|
2022-03-20 21:20:17 +11:00 |
|
Sinai
|
f1ca484712
|
Fix generic arguments for parameterless struct ctors
|
2022-03-16 23:21:39 +11:00 |
|
Sinai
|
3b71b40843
|
More accurate check if enum value has flag
4.5.12
|
2022-03-15 01:51:27 +11:00 |
|
Sinai
|
1292affe6d
|
Fix autocomplete panel resizing
|
2022-03-15 01:50:50 +11:00 |
|
Sinai
|
6614762fe8
|
Bump version
|
2022-03-15 01:19:52 +11:00 |
|
Sinai
|
d81d6d034b
|
Implement support for implicit struct constructors
|
2022-03-15 01:19:48 +11:00 |
|
Sinai
|
5dfe3bbf0c
|
Fix missing and incorrect ctor caching
- Shouldn't include ctors on abstract types
- Missing parameterless ctors for structs (implicit)
|
2022-03-15 01:19:01 +11:00 |
|
Sinai
|
dc81451ce5
|
Make Constructor toggle button actually do something
|
2022-03-15 01:18:12 +11:00 |
|
Sinai
|
d7ab0a23c6
|
Skip private/anonymous types in TypeCompleter results
|
2022-03-15 01:17:54 +11:00 |
|
Sinai
|
1a01c740e2
|
Move AutoCompleteModal into Panels folder
|
2022-03-15 01:17:35 +11:00 |
|
Sinai
|
040fb1f11a
|
Bump version
4.5.11
|
2022-03-14 05:22:44 +11:00 |
|
Sinai
|
e44ff9e207
|
Add support for Constructors in Reflection Inspector
- Added CacheConstructor : CacheMember
- Changed default scope to "All" from "Instance" when inspecting an instance
- Bumped UniverseLib
|
2022-03-14 05:20:43 +11:00 |
|
Sinai
|
b5c69fc1ea
|
Fix UI mouse inspector results panel not always coming to front
|
2022-03-13 02:59:52 +11:00 |
|
Sinai
|
4fdb2aacd8
|
Move logic out of UIManager.SetPanelActive into panel.SetActive
|
2022-03-13 02:21:25 +11:00 |
|
Sinai
|
48e688cb75
|
use SetPanelActive instead of manually setting gameobject active
|
2022-03-13 02:08:46 +11:00 |
|
Sinai
|
647b0d353d
|
Fix text clipping on inspector tab button
|
2022-03-12 20:17:03 +11:00 |
|
Sinai
|
2b715f3dbe
|
Hide SiblingIndex input when invalid
|
2022-03-12 20:16:55 +11:00 |
|
Sinai
|
938a991594
|
Update TransformTree immediately on user changes
|
2022-03-12 20:16:37 +11:00 |
|
Sinai
|
f00134b283
|
Add "one-shot" option for TransformTree updating
4.5.10
|
2022-03-10 17:56:21 +11:00 |
|
Sinai
|
3b6b9768fb
|
Bump UniverseLib
|
2022-03-10 05:29:55 +11:00 |
|
Sinai
|
5fbfa1b7aa
|
Bump UniverseLib
|
2022-03-10 05:06:49 +11:00 |
|
Sinai
|
7d26965c12
|
Bump UniverseLib
|
2022-03-10 04:44:45 +11:00 |
|