follows a clean directory structure format. Main plugin scripts will be under Assets/Standard Assets/VoxelBusters and Plugin files for Android will be under Assets/Plugins/Android.
All settings files will go into Assets/Resources/VoxelBusters/NativePlugins folder. These files won't be modified when updating the plugin. However, its good to have a backup of these files before updating the plugin.
Assets
Plugins
Android
native_plugins_lib - Android plugin library folder.
Few more plugin folders - Youtube, Game Play Services, Twitter.
Plugins Resources
Android - Keep Android specific files here. For ex: Images/Sounds referred in Notification Service.
iOS - Keep iOS specific files here. For ex: Images/Sounds referred in Notification Service.
Common - Keep common platform independent files here. For ex: Sounds referred in Notification Service.
Standard Assets
VoxelBusters
Common - This folder will be common for all Voxel Busters products.
NativePlugins - Main asset store plugin folder.
VoxelBusters
NativePlugins
Demo - This folder will have demo scripts for showing examples on usage of features.
Resources
VoxelBusters - Resources for saving Editor settings will be created here. For ex: NPSettings.asset will be saved under NativePlugins folder.