diff --git a/Assets/Plugins/IOS/iOSNativeShare.m b/Assets/Plugins/IOS/iOSNativeShare.m index 242e23b..6f5383a 100755 --- a/Assets/Plugins/IOS/iOSNativeShare.m +++ b/Assets/Plugins/IOS/iOSNativeShare.m @@ -1,4 +1,4 @@ -#import "iOSNativeShare.h" +#import "iOSNativeShare.h" #import #import @@ -138,7 +138,7 @@ void SendToGallery(NSString *path){ video = assetURL; NSLog(@"Path: %@",assetURL); - // [[NSFileManager defaultManager] removeItemAtURL:videoURL error:&removeError]; + [[NSFileManager defaultManager] removeItemAtURL:videoURL error:&removeError]; UnitySendMessage("ShareIOS", "SaveGalleryResponse", "SUCESS"); } -- libgit2 0.21.2