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 60c539e commit f0b7fd1Copy full SHA for f0b7fd1
Storage.cs
@@ -19,8 +19,6 @@ private static void Setup()
19
.Where(x => x is ILoadable)
20
.Cast<ILoadable>()
21
.ToArray();
22
-
23
- Debug.LogError($"Assets count: {_assets.Length}");
24
}
25
26
public static T Get<T>() where T : ILoadable
0 commit comments