このページは英語からの機械翻訳を使用しており、誤りや不明瞭な表現が含まれている可能性があります。最も正確な情報については、オリジナルの英語版をご覧ください。頻繁な更新のため、一部のコンテンツはオリジナルの英語になっている可能性があります。Crowdinでの取り組みに参加して、このページの翻訳改善にご協力ください。 (Crowdin translation page, Contributing guide)
Quick Start
Prerequisites
Before we dive in, make sure you have:
- Unity Hub installed on your computer - this is where we'll build our dApp interface
- Basic C# and JavaScript knowledge - nothing too fancy, just the fundamentals
- A LINE Developer account - you can easily create one using your email
- [Kaia Faucet】のカイアを試す(https://faucet.kaia.io/)
- Dapp Portal SDK Client ID receiveed from Dapp Portal team.
- Some familiarity with Web3 concepts - if you understand wallets and tokens, you're good to go.
Setting Up Your Unity Environment
Let's set up your development environment. We'll start with the Unity setup.
Step 1: Install and Verify Unity Version
To begin, let's make sure we're all using the same Unity version to avoid any compatibility issues:
- Install Unity Hub if you haven't already.
- Install Unity Editor version 2022.3.50f1 specifically.
Step 2: Create Your New Unity Project
- Open Unity Hub and head to the Projects tab.
- Click the inviting "New project" button in the top-right corner.
- Under "All templates", select the 3D (Built-in Render Pipeline) template.
- Give your project a meaningful name (e.g., mini-dApp-example).
- Choose a convenient location for your project files.
- Click Create project.