File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
OneSignalExample/Assets/OneSignal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ You can find a complete implementation in our included [example MonoBehaviour](E
100100[sample scene](Example/Scenes/OneSignalExampleScene.unity) which you can run to test out the SDK.
101101
102102### Initialization
103- To get started add the following code in an appropriate place as your application is starting up .
103+ To get started add the following code in an appropriate place such as the `Start` method of a `MonoBehaviour` early in your application's lifecycle .
104104```C#
105105// Replace 'YOUR_ONESIGNAL_APP_ID' with your OneSignal App ID from app.onesignal.com
106106OneSignal.StartInit("YOUR_ONESIGNAL_APP_ID").EndInit();
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ You can find a complete implementation in our included [example MonoBehaviour](O
100100[sample scene](OneSignalExample/Assets/OneSignal/Example/Scenes/OneSignalExampleScene.unity) which you can run to test out the SDK.
101101
102102### Initialization
103- To get started add the following code in an appropriate place as your application is starting up .
103+ To get started add the following code in an appropriate place such as the `Start` method of a `MonoBehaviour` early in your application's lifecycle .
104104```C#
105105// Replace 'YOUR_ONESIGNAL_APP_ID' with your OneSignal App ID from app.onesignal.com
106106OneSignal.StartInit("YOUR_ONESIGNAL_APP_ID").EndInit();
You can’t perform that action at this time.
0 commit comments