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
b5c69fc1ea
Fix UI mouse inspector results panel not always coming to front
2022-03-13 02:59:52 +11:00
4fdb2aacd8
Move logic out of UIManager.SetPanelActive into panel.SetActive
2022-03-13 02:21:25 +11:00
48e688cb75
use SetPanelActive instead of manually setting gameobject active
2022-03-13 02:08:46 +11:00
647b0d353d
Fix text clipping on inspector tab button
2022-03-12 20:17:03 +11:00
2b715f3dbe
Hide SiblingIndex input when invalid
2022-03-12 20:16:55 +11:00
938a991594
Update TransformTree immediately on user changes
2022-03-12 20:16:37 +11:00
f00134b283
Add "one-shot" option for TransformTree updating
4.5.10
2022-03-10 17:56:21 +11:00
3b6b9768fb
Bump UniverseLib
2022-03-10 05:29:55 +11:00
5fbfa1b7aa
Bump UniverseLib
2022-03-10 05:06:49 +11:00
7d26965c12
Bump UniverseLib
2022-03-10 04:44:45 +11:00
862523399a
Bump version
2022-03-10 04:35:11 +11:00
0afccadc64
Improve TransformTree efficiency
...
- Added batching to the update method so that a maximum of 2000 GameObjects are traversed each frame.
- Changed from OrderedDictionary.Remove to OrderedDictionary.RemoveAt when pruning entries as the former needs to iterate through all entries to find the index of the key, whereas the latter is constant time.
2022-03-10 04:35:06 +11:00
0e37e8030c
Add sibling index input to transform tree cells
2022-03-10 04:32:19 +11:00
621a9cd72e
Use RemoveHighlighting to get raw copy+paste name
2022-03-10 04:31:19 +11:00
56be5414f9
Bump UniverseLib
2022-03-10 04:30:52 +11:00
b8c4be473f
Fix disposed TextWriter bug, bump version
4.5.9
2022-03-06 00:21:48 +11:00
b6966f8836
Bump UniverseLib, bump version
4.5.8
2022-03-05 07:32:32 +11:00
ad8c5293a0
Add keybinds for Mouse Inspect, small cleanup
4.5.7
2022-03-04 00:20:04 +11:00
a7165c849c
Bump UniverseLib, cleanup, bump version
2022-03-04 00:09:19 +11:00
79f2514109
Fix issue with partially unloaded scenes(?)
2022-03-03 03:22:17 +11:00
4e76eca73a
Use new melonloader logging method
2022-02-24 19:26:16 +11:00
2f0876466c
bump mod loader versions
2022-02-24 19:26:01 +11:00
fdefc3d567
Include runtime context in "initialized" log.
2022-02-21 01:46:13 +11:00
64193ff1b0
Use a patch instead of manual check on every property
2022-02-21 01:45:46 +11:00
a90292f47f
Prevent Unity crashing on PropertyInfo evaluation
...
Unity crashes from checking Canvas.renderingDisplaySize on a Canvas set to WorldSpace with no worldCamera set.
2022-02-19 17:50:10 +11:00
d0bccae50c
Update TypeCompleter.cs
4.5.6
2022-02-11 19:39:11 +11:00
bdf08f014f
Use ReflectionUtility.AllTypes for type autocompleter, bump UniverseLib
2022-02-11 19:37:17 +11:00
df8522963e
Use reflection for AllTypes until it's public
2022-02-07 22:12:18 +11:00
f6d0acab7b
Bump version
2022-02-07 00:45:19 +11:00
d4fbc89158
Use ReflectionUtility.AllTypes when doing class search to include static classes
2022-02-06 04:50:52 +11:00
9e49f09a79
Bump UniverseLib, fix C# Console issues, add Stop helper
4.5.5
2022-02-04 20:34:05 +11:00
b9a3ab7439
Fix CSConsole not re-selecting properly after Escape is pressed
2022-02-04 18:07:34 +11:00
03661cdd0b
Bump UniverseLib
2022-02-03 23:51:38 +11:00
10f2b7e849
Bump UniverseLib and fix changes to CreatePanel
2022-02-03 23:33:45 +11:00
4602f07c34
Add NuGet config
2022-02-01 18:20:01 +11:00
18bcfed434
Bump UniverseLib
4.5.4
2022-02-01 08:05:01 +11:00
c7d2ce6d36
Merge branch 'master' of https://github.com/sinai-dev/UnityExplorer
2022-01-31 22:01:35 +11:00
f961add7f4
Bump version
2022-01-31 22:00:59 +11:00
798b881dcb
Update dotnet.yml
4.5.3
2022-01-31 21:31:18 +11:00
c90f339882
Update dotnet.yml
2022-01-31 21:29:10 +11:00
c351ce5a6d
Remove Il2CppAssemblyUnhollower from build process
2022-01-31 21:24:57 +11:00
9985ed0fd8
Update to UniverseLib 1.2, cleanups
2022-01-31 21:24:01 +11:00
f35232bb64
Removed Unhollower submodule
2022-01-30 06:36:01 +11:00
49cc1f7df3
Fix issue with DontDestroyOnLoad not existing in some games, cleanups
2022-01-24 17:50:01 +11:00
9f78c50854
Use "untitled" for transforms with empty names
2022-01-24 17:49:49 +11:00
bc64a04339
Cleanup
2022-01-24 17:49:34 +11:00
7d961ce8ad
Cleanup and DontDestroy fixes
2022-01-24 17:49:22 +11:00
c7d7569f71
Fix NullReferenceException in some older Unity games
2022-01-24 17:49:01 +11:00
ee8f33a754
Bump version
4.5.2
2022-01-24 01:10:19 +11:00