mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Fix LayerMask Parsing
This commit is contained in:
@ -412,7 +412,7 @@ namespace UnityExplorer
|
||||
if (!(obj is LayerMask mask))
|
||||
return null;
|
||||
|
||||
return mask.ToString();
|
||||
return mask.value.ToString();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user