Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugene-doobu/ganshin-impact
https://github.com/eugene-doobu/ganshin-impact
game game-development unity
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eugene-doobu/ganshin-impact
- Owner: eugene-doobu
- License: mit
- Created: 2022-08-20T15:03:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:18:18.000Z (about 2 months ago)
- Last Synced: 2024-12-10T16:38:23.796Z (about 2 months ago)
- Topics: game, game-development, unity
- Language: C#
- Homepage:
- Size: 22.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ganshin-Impact
## 게임 설명
### 기획
[캐릭터 조작](./Docs/Actor/Character/CharacterManipulation.md)
[카메라 조작](./Docs/CameraSystem.md)## 플레이
## 환경
- Unity 2022.1.13f1
- Universal Render Pipeline
- UI - MVVM Architecture
- UniTask기반 비동기 처리## 사용 에셋 / 패키지
### 배경 모델링 리소스
- [POLYGON Dungeon Realms](https://assetstore.unity.com/packages/3d/environments/dungeons/polygon-dungeon-realms-low-poly-3d-art-by-synty-189093)
- [POLYGON Samurai](https://assetstore.unity.com/packages/3d/environments/polygon-samurai-low-poly-3d-art-by-synty-89551)### 캐릭터 모델링 리소스
- [POLYGON Fantasy Rivals](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/polygon-fantasy-rivals-low-poly-3d-art-by-synty-118399)
- [Ai](https://assetstore.unity.com/packages/3d/characters/humanoids/humans/ai-80561)
- [Riko](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/riko-74357)
- [Hara Demon](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/hara-demon-86283)
- [Monsters Ultimate Pack 02 Cute Series](https://assetstore.unity.com/packages/3d/characters/creatures/monsters-ultimate-pack-02-cute-series-179083)
- [Polygonal - Creatures Pack](https://assetstore.unity.com/packages/3d/characters/creatures/polygonal-creatures-pack-116781)
- [Fire Dragon](https://assetstore.unity.com/packages/3d/characters/creatures/fire-dragon-45786)
- [Monsters Fire Pack](https://assetstore.unity.com/packages/3d/characters/creatures/monsters-fire-pack-175328)### 애니메이션 리소스
- [Basic Motions](https://assetstore.unity.com/packages/3d/animations/basic-motions-157744)
- [Oriental Sword AnimSet](https://assetstore.unity.com/packages/3d/animations/oriental-sword-animset-71318)### 기타 아트 리소스
- [Epic Toon FX](https://assetstore.unity.com/packages/vfx/particles/epic-toon-fx-57772)
- [Modern UI Pack](https://assetstore.unity.com/packages/tools/gui/modern-ui-pack-201717)### 툴
- [Data Bind for Unity](https://assetstore.unity.com/packages/tools/gui/data-bind-for-unity-28301)
- [JSON .NET For Unity](https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347)
- [RiderFlow](https://assetstore.unity.com/packages/tools/level-design/riderflow-218574)
- [DOTween](https://assetstore.unity.com/packages/tools/visual-scripting/dotween-pro-32416)### 패키지
- Input System
- UniTask
- Zstring
- JSON .NET For Unity
- Zenject