Home / App Templates / Unity / Templates / Puzzle
Arrow Escape - Complete Game TemplateArrow Escape - Complete Game Template
Arrow Escape is a production-ready arrow puzzle game template built with Unity, featuring Arrow, Pencil, and Snake themes.



Average rating of 5.0 based on 4 votes
Home / App Templates / Unity / Templates / Puzzle
Arrow Escape - Complete Game Template
Arrow Escape is a production-ready arrow puzzle game template built with Unity, featuring Arrow, ...



Average rating of 5.0
14 Support questions or comments
Please login or create an account to post a question or comment.
-
2 months agoHi, i have few questions about this game. can you please answer the following?
Unity version (exact 2022.3.xx?), render pipeline, input system
Level data format + where itβs stored + import/export support
How the level editor works (runtime vs editor-only, export format)
AdMob + consent/UMP compliance and package versions
Any thirdβparty dependencies (DOTween, Addressables, etc.)
Update/support expectations (bug fixes, docs quality) -
2 months agoTheVayuputraDeveloper AuthorHi, thanks for your interest in the game. Please find the answers below.
Unity version is 2022.3.62f2 (LTS). The project uses URP and the old input system. It can be switched to the new input system by updating only one script use only mouse click.
Levels are stored in JSON format inside the Resources folder. You can open, edit, and save levels using the Level Editor.
The level editor works inside the Unity Editor. It is scene-based and completely standalone. You can share only the level editor with a level designer. Levels are exported as JSON files.
Google AdMob is integrated, including consent support using UMP.
Third-party dependencies include DOTween and a UI particle system.
Bug fixes and basic updates are provided when required. The codebase is clean and easy to understand for further customization.
Please let me know if you need any more details. -
2 months agothanks @TheVayuputraDeveloper. all questions answered.
-
3 months agoSohaPan Purchasedthe apk isn't working but the demo worked on itch.io...will it have problems if i buy and edit on unity and then export for android -
3 months agoTheVayuputraDeveloper AuthorHi,
Iβm checking why the APK isnβt working right now. Since the demo works on itch.io, you can safely buy the project and build it for Android in Unity there shouldnβt be any issues. -
3 months agoTheVayuputraDeveloper AuthorHi , Now you can check APK it will work!
-
3 months agopower2k PurchasedCan you provide a demo APK? Also, how many levels are already built in this template? - View 18 more replies
-
2 months agoTheVayuputraDeveloper AuthorGreat to hear you fixed the BGM loop π
For Interstitial Ads, they will only show when you explicitly call the method:
AdsManagerBase.Instance.ShowInterstitial();
This is the method where ads are triggered, so you can call it whenever you want for example, right after a level is completed or before loading the next level. -
2 months agopower2k PurchasedI want to call it every two or three levels completed, so what code should I write in the AdManager script?
-
2 months agoTheVayuputraDeveloper AuthorJust keep a simple counter in your game manager that increases when a level is completed, and only call: AdsManagerBase.Instance.ShowInterstitial();
when the counter reaches every 2nd or 3rd level (for example: after level 2, 4, 6β¦ or 3, 6, 9β¦).
So basically, instead of calling the ad method after every level, you call it conditionally based on how many levels the player has finished.
-
3 months agoHi, does this game template include AdMob integration and analytics support? -
3 months agoTheVayuputraDeveloper AuthorYes, this game template includes built-in AdMob integration.Β For analytics, you can easily edit the analytics methods and implement SDKs such as Firebase Analytics or GameAnalytics based on your needs.
Information
| Category | App Templates / Unity / Templates / Puzzle |
| First release | 12 January 2026 |
| Last update | 23 March 2026 |
| Files included | .cs, .unityproj, .prefab |
| Tags | template, game, 2d, Puzzle, pack, complete game template, hyper casual game, puzzle game template, mobile puzzle game, casual puzzle, arrow puzzle |
