Unity SDK
Instructions for installing Deepwall Unity SDK
Last updated
Was this helpful?
Instructions for installing Deepwall Unity SDK
Last updated
Was this helpful?
Unity SDK provides wrapper methods for Deepwall iOS and Android SDKs.
iOS 10.0+
Android API Level 21+
Unity 2017.x or higher
Deepwall for Unity is available on GitHub.
Download & Import deepwall-unity_x_x.unitypackage
to your project.
If you do not want to use the prepared sample scene, you can uncheck the Sample
folder when importing the plugin.
1. Set Target minimum iOS Version to 10.x+ in PlayerSettings
2. Set minimum ios version to 10.0 in ios/Podfile
and add use_frameworks!
into ios/Podfile
.
3. Add pod 'DeepWall'
into ios/Podfile
and remove flipper
from ios/Podfile
if it exists.
4. Run pod install
1. Set minSdkVersion to 21 in PlayerSettings
Now you can use DeepWall by importing Deepwall to your project. Learn how to configure and use the Deepwall SDK using the following guide.