File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
com.onesignal.unity.core/Runtime Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 29
29
using System . Linq ;
30
30
using UnityEngine ;
31
31
using OneSignalSDKNew . Debug . Utilities ;
32
- using OneSignalSDK ; // TODO: OneSignalSDK.ReflectionHelpers
33
32
34
33
namespace OneSignalSDKNew {
35
34
public abstract partial class OneSignal {
@@ -54,8 +53,7 @@ private static OneSignal _getDefaultInstance() {
54
53
var availableSDKs = ReflectionHelpers . FindAllAssignableTypes < OneSignal > ( "OneSignal" ) ;
55
54
if ( Activator . CreateInstance ( availableSDKs . First ( ) ) is OneSignal sdk ) {
56
55
_default = sdk ;
57
- OneSignalSDKNew . Debug . Utilities . SDKDebug . Info ( $ "OneSignal.Default set to platform SDK { sdk . GetType ( ) } . Current version is { Version } ") ;
58
- // TODO: OneSignalSDK.SDKDebug
56
+ SDKDebug . Info ( $ "OneSignal.Default set to platform SDK { sdk . GetType ( ) } . Current version is { Version } ") ;
59
57
}
60
58
else {
61
59
UnityEngine . Debug . LogError ( "[OneSignal] Could not find an implementation of OneSignal SDK to use!" ) ;
You can’t perform that action at this time.
0 commit comments