Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,11 @@ Applied to:

## Future Plans

**Game Updates:**
* Survivor game expansion (new weapons, items, etc.)
* Additional game modes (turn-based, etc.)
* Additional network mode (P2P)

**Performance & Rendering:**
* Document Unity Profiler / Memory Profiler measurement results (CPU Timeline, GC Alloc snapshots)
* URP Renderer Feature for custom post-effects (outline post-processing, etc.)
Expand All @@ -1090,6 +1095,7 @@ Applied to:

**Features:**
* In-app purchase system, gacha, present box, etc.
* Out-app purchase web site. (Next.js)

---

Expand Down Expand Up @@ -1118,7 +1124,9 @@ Applied to:

### Download
* Executable: [Demo Game Download Link](https://drive.google.com/file/d/1_9vWOvT8leUjd2jB5uTzziSyA5goPmJx/view?usp=drive_link) *If extraction fails, 7Zip is recommended
- Pressing the GameStart button will download remote assets (~400MB)
- Pressing the GameStart button will download remote assets (~500MB)

[![Demo](http://img.youtube.com/vi/VYO7xeJUYHk/0.jpg)](https://youtu.be/VYO7xeJUYHk "Demo")

---

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,11 @@ hot path で呼出す全 `Physics.OverlapSphere` / `SphereCast` / `RaycastNonAll

## 今後の予定

**ゲームアップデート:**
* サバイバーゲームの拡張(新しい武器やアイテムの追加等)
* ゲームモード追加(ターン制ゲーム等)
* ネットワーク通信モード追加(P2P)

**パフォーマンス・描画:**
* Unity Profiler / Memory Profilerによる計測結果のドキュメント化(CPU Timeline、GC Allocスナップショット)
* URP Renderer Featureによるカスタムポストエフェクト(アウトライン後処理等)
Expand All @@ -1096,6 +1101,7 @@ hot path で呼出す全 `Physics.OverlapSphere` / `SphereCast` / `RaycastNonAll

**機能:**
* 課金システム・ガチャ・プレゼントBOXなど
* アプリ外課金Webサイト(Next.js)

---

Expand Down Expand Up @@ -1124,7 +1130,10 @@ hot path で呼出す全 `Physics.OverlapSphere` / `SphereCast` / `RaycastNonAll

### ダウンロード
* 実行形式: [デモゲームDLリンク](https://drive.google.com/file/d/1_9vWOvT8leUjd2jB5uTzziSyA5goPmJx/view?usp=drive_link) ※解凍できない場合は7Zipを推奨
- GameStartボタンを押下するとリモートアセットをダウンロードします(約400MB)
- GameStartボタンを押下するとリモートアセットをダウンロードします(約500MB)
- 稼働コスト削減のため、Unityサーバーが稼働していない場合があります。以下の動画をご覧ください

[![Demo](http://img.youtube.com/vi/VYO7xeJUYHk/0.jpg)](https://youtu.be/VYO7xeJUYHk "Demo")

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 502ed0ccc7d325c4f963c428d0a64b8a
m_Address: SurvivorNetworkStageScene
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 637fd72ca86a5e14086521f9fc73b3f7
m_Address: SurvivorLobbyScene
m_ReadOnly: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"NSubstitute.dll",
"R3.dll",
"MasterMemory.dll",
"MessagePack.dll"
"MessagePack.dll",
"Fusion.Runtime.dll"
],
"autoReferenced": false,
"defineConstraints": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading