Runner Clash Template : Hypercasual Starter Kit
Royal Cod
$19.87
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/20(2024) |
19.87 |
09/24(2024) |
17.89 |
09/28(2024) |
9.94 |
10/02(2024) |
19.87 |
11/02(2024) |
19.87 |
Jump AssetStore
Runner Clash is a simple, undemanding, and easily expandable template for creating hyper-casual games. To create your game based on this prototype, you don't need to be a professional programmer.EXTRA SIMPLE QUICKSTART: JUST ADD ONE COMPONENT TO THE SCENE!EASY TRANSFER TO 2D: CAUSE THERE ARE NO PHYSICS COMPONENTS!DETAILED DOCUMENTATION IS INCLUDED!Runner Clash Template is a simple, undemanding, and easily expandable template for creating hyper-casual games.Games of this genre easily garner thousands of downloads because their rules are extremely simple, and the gameplay looks visually appealing and captivating. Perfect for passing the time on the bus on your way to work.To create your game based on this prototype, you don't need to be a professional programmer (at the same time, base programming skills required). Most game objects are created and configured directly in the editor - all that's left is to prepare the game scene.FEATURES⚫ An animated stickman model that helps you start making your game immediately. You can use it in your ready-to-play version or replace it with other characters you have.⚫ The template contains no demanding components (such as colliders, Rigidbody, etc.), so to customize levels, you simply need to add environment models and materials.⚫ The template is based on an easy-to-understand Event-Driven Architecture (EDA).⚫ A well-designed set of managers controls the game objects, requiring no additional customization.⚫ To prepare the game for play, simply add the GameCore component to the scene. Yes, that's all!⚫ All global settings are stored in a single file (you can create and save an unlimited number of such settings files).⚫ Five custom animations: Idle, Run, Fight, Death, Dancing.⚫ The game is adapted for mobile devices:○ Heavyweight functions like GetComponent<>() are called only when absolutely necessary,○ The Update() method is encountered only once throughout the entire project,○ Object pooling is used for spawning projectiles, enemies, and effects,○ As I’ve said before, there are no demanding components like colliders or Rigidbody in the template,⚫ etc.The next version v1.0.1- Death obstacles (saw, hammer, etc)- More elaborate animations- Additional crowd formations (circle, square, triangle)- Engine version actualisation- Price rise +1.1$ (20.97$ instead of $19.87)Runner Clash is based on an easy-to-understand Event-Driven Architecture (EDA), following the KISS principles. When creating this template, I aimed to make it so that only basic programming skills are required to develop a game based on this template. Additionally, it has no dependencies on other assets (you only need the TextMeshPro package).