SDK Functional Details

Strix provides Unity plugins for game client development. You can easily create an online game by using components and APIs for Unity.

From the API viewpoint, Functionalities of Strix Unity SDK are provided in two ways: as C# scripting API and as components. For example, connection and matchmaking (room) functions are provided as C# scripting API, replication functions are as components, and synchronization functions are as a mixture of both. There are also a few functions that are provided as prefabs.

In this section, Strix Unity SDK’s functionalities are described in functional groups, after providing some common features and summaries.