From e3eab9bb19d7066d9343e5b5ee269822fb114372 Mon Sep 17 00:00:00 2001 From: wrapping-2000 Date: Mon, 21 Aug 2023 23:38:23 +0800 Subject: [PATCH] fix: add gif in Unity docs. --- docs/integration/C-Sharp/Unity.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/integration/C-Sharp/Unity.md b/docs/integration/C-Sharp/Unity.md index 82c783c1c..7e5dc496d 100644 --- a/docs/integration/C-Sharp/Unity.md +++ b/docs/integration/C-Sharp/Unity.md @@ -32,3 +32,23 @@ Now you can import the `net462` folder into your Unity project through the metho ## Step3. Use `Casdoor.Client` SDK for Unity development Learn how to use `Casdoor.Client` SDK for Unity 3D mobile development by looking at [casdoor-unity-example](https://github.com/casdoor/casdoor-unity-example). + +## [casdoor-unity-example](https://github.com/casdoor/casdoor-unity-example) + +### Quick Start +- download the code +- `git clone git@github.com:casdoor/casdoor-unity-example.git` +- Open the newly downloaded code in `Unity Hub` and run it. + +### After running, you will see the following interfaces: +#### Login with username and password + +| **iOS** | **Android** | +|:-------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:| +| iOS-gif | Android-gif | + +#### Login with the casdoor web page + +| **iOS** | **Android** | +|:---------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------:| +| iOS-gif-web | Android-gif-web |