I get this error when trying to use UnityEditor.AssetDatabase.CreateAsset(UnityEngine.Object, string) in my game’s source code.
unity security internal call - throwing exception
SecurityException: This method is not supported in the unity web player for security reasons.
AssetLoader.Load (System.String path, System.Type type)
I’m wondering if there’s any way to get around this?