diff --git a/SmartLook.Android.cs b/SmartLook.Android.cs index 173c72b..7cfbac5 100644 --- a/SmartLook.Android.cs +++ b/SmartLook.Android.cs @@ -1,8 +1,8 @@ #if UNITY_ANDROID using UnityEngine; -namespace SmartLookUnity { - public partial class SmartLook { +namespace SmartlookUnity { + public partial class Smartlook { static AndroidJavaClass SL; static AndroidJavaClass getSLClass() { diff --git a/SmartLook.IOS.cs b/SmartLook.IOS.cs index f82c49b..42e3ed8 100644 --- a/SmartLook.IOS.cs +++ b/SmartLook.IOS.cs @@ -2,8 +2,8 @@ using System.Runtime.InteropServices; using UnityEngine; -namespace SmartLookUnity { - public partial class SmartLook { +namespace SmartlookUnity { + public partial class Smartlook { [DllImport("__Internal")] static extern void SmartlookInit(string key); diff --git a/Smartlook.cs b/Smartlook.cs index 1a4e797..e3dad15 100644 --- a/Smartlook.cs +++ b/Smartlook.cs @@ -1,5 +1,5 @@ -namespace SmartLookUnity { - public static partial class SmartLook { +namespace SmartlookUnity { + public static partial class Smartlook { public static void Init(string key) { InitInternal(key); } static partial void InitInternal(string key);