Unity SDK
Instructions for installing Deepwall Unity SDK
Last updated
Instructions for installing Deepwall Unity SDK
Last updated
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.
The name of the GameObject that contains the Deepwall script should be "DeepWall" (Which is set by default).
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.
If you are using Unity Jar Resolver or something similar you can remove all the files under DeepWall/Plugins/Android/
directory except the deepwall-unity_x_x.aar
. Then add the following lines to implement dependencies (versions may differ).