├── .gitignore ├── Demos └── NativePluginsLiteDemo.apk ├── Promotion ├── Advertising │ ├── Unity_Coder │ │ └── CPNP_AD_BANNER.gif │ └── static_banner.png ├── Features_Promo.png └── Features_Promo_Low_res.png ├── README.md ├── SUMMARY.md ├── UtilityScripts └── FindMethodCount.command ├── news.lite.unused.json ├── news.ultra.unused.json └── news └── lite.unused.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/.gitignore -------------------------------------------------------------------------------- /Demos/NativePluginsLiteDemo.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/Demos/NativePluginsLiteDemo.apk -------------------------------------------------------------------------------- /Promotion/Advertising/Unity_Coder/CPNP_AD_BANNER.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/Promotion/Advertising/Unity_Coder/CPNP_AD_BANNER.gif -------------------------------------------------------------------------------- /Promotion/Advertising/static_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/Promotion/Advertising/static_banner.png -------------------------------------------------------------------------------- /Promotion/Features_Promo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/Promotion/Features_Promo.png -------------------------------------------------------------------------------- /Promotion/Features_Promo_Low_res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/Promotion/Features_Promo_Low_res.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Table of contents 2 | 3 | * [Initial page](README.md) 4 | 5 | -------------------------------------------------------------------------------- /UtilityScripts/FindMethodCount.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/UtilityScripts/FindMethodCount.command -------------------------------------------------------------------------------- /news.lite.unused.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/news.lite.unused.json -------------------------------------------------------------------------------- /news.ultra.unused.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voxelbustersold/Cross-Platform-Native-Plugins-for-Unity/HEAD/news.ultra.unused.json -------------------------------------------------------------------------------- /news/lite.unused.json: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------