https://github.com/timeless-residents/handson-unity-2d
A hands-on Unity 2D game development project using Universal Render Pipeline (URP)
https://github.com/timeless-residents/handson-unity-2d
2d-game game-development unity unity2d urp
Last synced: 3 months ago
JSON representation
A hands-on Unity 2D game development project using Universal Render Pipeline (URP)
- Host: GitHub
- URL: https://github.com/timeless-residents/handson-unity-2d
- Owner: timeless-residents
- Created: 2025-02-14T21:41:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T22:26:22.000Z (over 1 year ago)
- Last Synced: 2025-09-14T19:53:21.196Z (10 months ago)
- Topics: 2d-game, game-development, unity, unity2d, urp
- Language: C#
- Homepage: https://timeless-residents.github.io/handson-unity-2d/
- Size: 40.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity 2D ゲーム開発ハンズオン
このプロジェクトは、Unity を使用した 2D ゲーム開発のハンズオンプロジェクトです。
## 開発環境
- Unity
- Universal Render Pipeline (URP)
- Input System パッケージ
## インストール方法
1. このリポジトリをクローンします:
```bash
git clone https://github.com/timeless-residents/handson-unity-2d.git
```
2. Unity Hub でプロジェクトを開きます
3. Unity エディタでプロジェクトを開きます
4. 必要なパッケージが自動的にインストールされるまで待ちます
## プロジェクト構造
```
Assets/
├── Prefabs/ # ゲームのプレハブ
├── Resources/ # リソースアセット
├── Scenes/ # ゲームシーン
├── Scripts/ # C#スクリプト
├── Settings/ # URP設定
└── Sprites/ # 2Dスプライト
```
## ゲームコントロール
- 新しい Input System を使用
- プレイヤーの移動とアクションに対応
- カスタマイズ可能なキー設定
## ライセンス
このプロジェクトは [ライセンス名] の下で公開されています。
## 貢献
1. このリポジトリをフォーク
2. 新しいブランチを作成 (`git checkout -b feature/amazing-feature`)
3. 変更をコミット (`git commit -m 'Add some amazing feature'`)
4. ブランチをプッシュ (`git push origin feature/amazing-feature`)
5. プルリクエストを作成
## お問い合わせ
質問や提案がある場合は、Issueを作成してください。