Skip to content
Ali Badpa edited this page Oct 21, 2025 · 2 revisions
Logo

Overview

RealMethod is a Unity package that defines a clean and consistent project architecture. It focuses on separation of responsibility and lifecycle management, allowing developers to build games that are easily extendable, maintainable, and modular.

Get Started

Follow these steps to start using RealMethod in your project:

  1. Install the Package
    • Open Unity.
    • Go to Window > Package Manager.
    • Click + > Add package from Git URL...
    • Enter: https://github.com/AliJimpa/RealMethod.git

RootA ChildA SubChildA RootB ChildB

Clone this wiki locally