mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 09:07:51 +08:00
2.0.3
* Fixed a few issues related to the Texture2D support/export.
This commit is contained in:
@ -213,6 +213,7 @@ namespace Explorer.UI.Inspectors
|
||||
try
|
||||
{
|
||||
var cached = CacheFactory.GetCacheObject(member, target);
|
||||
|
||||
if (cached != null)
|
||||
{
|
||||
cachedSigs.Add(sig);
|
||||
|
Reference in New Issue
Block a user