Unity
Крок 1: Розгортання Casdoor
Deploy Casdoor in production mode. See Server installation. Ensure the server is reachable and you can sign in (e.g. admin / 123). For a quick start, use the Casdoor demo.
Крок 2: Імпорт Casdoor.Client
Імпортуйте Casdoor.Client для .NET у Casdoor-dotnet-sdk.
Один з можливих методів наступний:
git@github.com:casdoor/casdoor-dotnet-sdk.git- Запустіть ConsoleApp у папці Sample.
- Отримайте папку
/casdoor-dotnet-sdk/src/Casdoor.Client/bin/Debug/net462.
Import the net462 folder (or another target framework folder) into your Unity project as shown below.

Крок 3: Використання
Дізнайтеся, як використовувати SDK Casdoor.Client для розробки мобільних 3D ігор Unity, переглянувши casdoor-unity-example.
After running the casdoor-unity-example, the following interfaces appear:
- Увійдіть з ім'ям користувача та паролем:
| iOS | Android |
|---|---|
![]() | ![]() |
- Увійдіть через веб-сторінку Casdoor:
| iOS | Android |
|---|---|
![]() | ![]() |



