Recent content by Under

  1. Under

    2DDevelopment [ENG] ScrollMaster 2D Sidescroller Platformer - Your Game Complete for Free

    ScrollMaster 2D Sidescroller Platformer - Your Complete Base for Side-Scrolling Games in Unity In Construction Hello, Unity Kings! We are excited to introduce ScrollMaster 2D, our exclusive engine for creating 2D side-scrolling games in Unity. This project is ideal for developers who want a...
  2. Under

    Optimization Building Scalable Unity Games: Controllers and Managers Explained

    Introduction The architecture of a game is vital to creating a smooth and engaging user experience. Central to this architecture are controllers and managers, which handle player interaction and game state, respectively. Well-structured controllers ensure precise input handling, while managers...
  3. Under

    Unity King How to get support

    Welcome to the Support Section! We’re here to offer private support exclusively for release partner projects. If your project is part of our partner program, you’re in the right place! Our team is dedicated to providing the best guidance and assistance for your game development journey, whether...
  4. Under

    Optimization Mastering Scriptable Objects in Unity: Easy Creation and Flexible Applications

    Mastering Scriptable Objects in Unity: A Complete Guide 1. What Are Scriptable Objects? Definition and Benefits Scriptable Objects in Unity are classes that derive from ScriptableObject instead of MonoBehaviour. They provide a unique way of storing data that is independent of game objects in a...
  5. Under

    GameDesign Directory Structure for Controllers and Managers in Unity

    Directory Structure for Controllers and Managers in Unity Importance of Directory Organization A well-organized directory structure is crucial for efficient and sustainable software development, especially in complex game projects. Keeping controller and manager scripts in dedicated directories...
  6. Under

    Unity King How Get Support

    Welcome to the Support Section! We’re here to offer private support exclusively for release partner projects. If your project is part of our partner program, you’re in the right place! Our team is dedicated to providing the best guidance and assistance for your game development journey, whether...
  7. Under

    BxB Studios Unity 3D Vehicle Controller: Community MVC Framework for Car Mechanics

    Hello UnityKing! I'm excited to introduce you to an incredible car controller system, the Multiversal Vehicle Controller (MVC). After testing it myself, I was blown away by how well-designed and user-friendly it is. From intuitive setup to a robust configuration panel, MVC makes vehicle...
  8. Under

    Unity King Welcome to Unity King! Unity 2D or 3D Game Development Forum

    We are very happy to have you here with us. This is the perfect place to learn about Unity, share knowledge, and discuss everything about game development. Whether you're a beginner or an experienced developer, there's something for everyone here! To get started, here are some useful links to...
  9. Under

    2DDevelopment Sistema avançado para Controle de Personagem 2D-SideScrolling Unity [Scroll2D-Master]

    Configuring Character Scriptables Works with other script related to [Scroll2D-Master] CharacterConfig The CharacterConfig class is a ScriptableObject that defines the basic properties and behaviors of a character in the game. Complete CharacterConfig Class SpellConfig The SpellConfig class...
  10. Under

    2DDevelopment Sistema avançado para Controle de Personagem 2D-SideScrolling Unity [Scroll2D-Master]

    Configuração de Scriptables Personagens Compativel com outros arquivos do [Scroll2D-Master] CharacterConfig A classe CharacterConfig é um ScriptableObject que define as propriedades e comportamentos básicos de um personagem no jogo. Código Completo da Classe CharacterConfig SpellConfig A...
  11. Under

    2DDevelopment [PT-BR] ScrollMaster 2D Sidescroller Platformer - Sua Base Completa para Unity

    EnemyConfig O EnemyConfig é um ScriptableObject utilizado para definir as configurações dos inimigos em um jogo 2D. Ele permite a configuração de parâmetros básicos, comportamentos de combate, habilidades especiais, movimentação e itens de loot. Cada inimigo pode ser configurado individualmente...
  12. Under

    2DDevelopment [PT-BR] ScrollMaster 2D Sidescroller Platformer - Sua Base Completa para Unity

    EnemyExpController O EnemyExpController é um script que gerencia a concessão de experiência ao jogador quando o inimigo morre. Classe EnemyExpController A classe EnemyExpController é responsável por conceder experiência ao jogador quando o inimigo morre. Código disponivel aqui. Inspector View...
  13. Under

    2DDevelopment [PT-BR] ScrollMaster 2D Sidescroller Platformer - Sua Base Completa para Unity

    EnemyController O EnemyController é um script que gerencia o comportamento do inimigo, incluindo movimento e ataques. Ele segue o jogador e ataca quando está dentro do alcance. Classe EnemyController A classe EnemyController é responsável por controlar o movimento, ataque e animação do inimigo...
  14. Under

    2DDevelopment [PT-BR] ScrollMaster 2D Sidescroller Platformer - Sua Base Completa para Unity

    EnemyHealthController O EnemyHealthController é um script que gerencia a saúde de um inimigo no jogo. Ele controla a quantidade de dano que o inimigo pode receber e atualiza a barra de saúde na UI. Quando a saúde do inimigo chega a zero, ele morre e concede experiência ao jogador. Classe...
  15. Under

    2DDevelopment [PT-BR] ScrollMaster 2D Sidescroller Platformer - Sua Base Completa para Unity

    ItemConfig A classe ItemConfig é um ScriptableObject usado para configurar as propriedades dos itens no jogo. Código Completo Aqui Inspector View : Propriedades string itemName: Nome do item. GameObject itemPrefab: Prefab do item. int quantity: Quantidade do item. ItemCategory category...

Top