We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c57c5 commit 1b30e05Copy full SHA for 1b30e05
Runtime/Storage.cs
@@ -64,7 +64,7 @@ private static void LoadAssetsInEditor()
64
65
internal void LoadAssets()
66
{
67
- // I don't know why but if you haven't selected this asset, array will be empty in build and after
+ // I don't know why but if you didn't select this asset, array will be empty in build and after
68
Selection.activeObject = this;
69
70
var assets = EditorStorage.GetAllAssetsOfType<ScriptableObject>();
0 commit comments