> For the complete documentation index, see [llms.txt](/llms.txt)

# Sample implementation of GS2 UIKit for Unity

Introduction of GS2 UIKit for Unity implementation samples



This is a sample implementation of GS2 UIKit for Unity functionality.

GS2 UIKit is a library for building game UIs with no code, enabling you to efficiently build UIs for various screen configurations.
This section describes a publicly available sample project in great detail.

By using UIKit to build UIs with no code, it should be possible to significantly reduce the implementation costs incurred by programmers.

## Common resources throughout UIKit

https://github.com/gs2io/gs2-uikit-for-unity-sample/blob/main/Core/initialize_core_template.yaml

Template for creating common resources needed for the sample to work.

## Setting up credentials

https://github.com/gs2io/gs2-uikit-for-unity-sample/blob/main/Core/DevEnvironment.asset

Scriptable Object to set the GS2 credentials used by the UI Kit.
Credentials for the environment prepared by GS2 are set to facilitate checking the operation.
Credentials are changed irregularly, so if your samples stop working, please update them to HEAD in the repository.

We recommend that you use the credentials of your own environment when checking the detailed behavior.





- [Experience(GS2 UIKit for Unity) sample](/articles/sample/uikit_project/experience/)
  
- [Sample of Account(GS2 UIKit for Unity)](/articles/sample/uikit_project/account/)
  
- [Sample of Chat(GS2 UIKit for Unity)](/articles/sample/uikit_project/chat/)
  
- [Sample of Dictionary(GS2 UIKit for Unity)](/articles/sample/uikit_project/dictionary/)
  
- [Sample of Inbox(GS2 UIKit for Unity)](/articles/sample/uikit_project/inbox/)
  
- [Sample of Inventory(GS2 UIKit for Unity)](/articles/sample/uikit_project/inventory/)
  
- [Sample of Money(GS2 UIKit for Unity)](/articles/sample/uikit_project/money/)
  
- [Sample of MoneyStore(GS2 UIKit for Unity)](/articles/sample/uikit_project/money_store/)
  
- [Sample of MoneyStoreWithSale(GS2 UIKit for Unity)](/articles/sample/uikit_project/money_store_with_sale/)
  
- [Sample of Stamina(GS2 UIKit for Unity)](/articles/sample/uikit_project/stamina/)
  
