Getting Started
RGN SDK requires the following software:
- It is always recommended to use a late version of Unity for bug fixes and up-to-date compatibility.
Unity 2020.3.48f
is officially supported & preferred version.- You can also use the
2021.*
or2022.*
Unity versions.
- Deployment target of 12.0 or higher.
- Android API Level 24 (Android 7.0) or higher.
In order to simplify the setup process you can start new Unity project by using our example repository: Github link. It's recommended in case you start a new project from scratch with RGN SDK integrated. If it is not the case, then simply follow the steps below.
- 1.Open project settings Unity window: Edit->Project Settings...
- 2.Select Player and open the Other Settings section
- 3.For iOS tab change the Bundle Identifier
- 4.For Android tab change the Package Name

Choose Minimum API Level 21 in Project Settings->Player->Other Settings

For Android you can also change the Scripting Backend from Mono to IL2CPP. Since Unity Android Mono backend does not support arm64 which is required on Android Play Market. But to keep the development iterations faster, you can also keep Mono and only later jump to IL2CPP.
If you are unable to find a solution in our documentation you can reach out to us directly by: