Homepage:

CodeFram Studio

A lightweight, plug-and-play Unity networking solution that lets you integrate user registration, authentication, scoring, and leaderboards .


🔌 Core Features

With this plugin you can:


Code-Architecture

The code consists of two parts: the server-side code is mainly responsible for data storage and responding to clients, while the client-side is the game code, which can interact with the server-side for user registration, communication, and retrieving the leaderboard.

architecture.png

1. Prerequisites