File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ - (instancetype)initWithFrame:(CGRect)frame
5353 if ([super init ]) {
5454 _viewId = viewId;
5555
56- NSLog (@" *********************************************" );
57- NSLog (@" super init" );
58- NSLog (@" *********************************************" );
5956 NSString * channelName = [NSString stringWithFormat: @" plugins.xraph.com/unity_view_%lld " , viewId];
6057 _channel = [FlutterMethodChannel methodChannelWithName: channelName binaryMessenger: registrar.messenger];
6158 __weak __typeof__ (self) weakSelf = self;
Original file line number Diff line number Diff line change 5555
5656UnityFramework* UnityFrameworkLoad ()
5757{
58- /* NSString* bundlePath = nil;
59- bundlePath = [[NSBundle mainBundle] bundlePath];
60- bundlePath = [bundlePath stringByAppendingString: @"/Frameworks/UnityFramework.framework"];
61-
62- NSBundle* bundle = [NSBundle bundleWithPath: bundlePath];
63- if ([bundle isLoaded] == false) [bundle load];
64-
65- UnityFramework* ufw = [bundle.principalClass getInstance];
66- return ufw; */
67-
6858 NSString * bundlePath = nil ;
6959 bundlePath = [[NSBundle mainBundle ] bundlePath ];
7060 bundlePath = [bundlePath stringByAppendingString: @" /Frameworks/UnityFramework.framework" ];
@@ -288,10 +278,6 @@ + (void)createPlayer:(void (^)(void))completed
288278 });
289279
290280 if (is_unity_unloaded) {
291-
292- NSLog (@" *********************************************" );
293- NSLog (@" Unity ready check three" );
294- NSLog (@" *********************************************" );
295281 _isUnityReady = true ;
296282 is_unity_unloaded = false ;
297283 completed ();
You can’t perform that action at this time.
0 commit comments