syui closed issue ai/world#21 2025-10-05 10:17:02 +00:00
live system
syui closed issue ai/world#22 2025-10-05 10:16:58 +00:00
project rules
syui closed issue ai/world#23 2025-10-05 10:16:54 +00:00
ue + vrm4u for mac/ios
syui pushed to main at ai/log 2025-10-03 11:24:15 +00:00
syui pushed to main at ai/log 2025-10-03 10:32:07 +00:00
syui pushed to main at ai/log 2025-09-26 04:45:17 +00:00
syui pushed to main at ai/log 2025-09-26 03:16:03 +00:00
syui pushed to main at ai/log 2025-09-25 14:08:14 +00:00
syui pushed to main at ai/log 2025-09-25 09:54:38 +00:00
syui pushed to main at ai/log 2025-09-24 15:23:00 +00:00
syui pushed to main at ai/world 2025-09-24 06:29:06 +00:00
syui pushed to main at ai/log 2025-09-24 06:00:06 +00:00
syui pushed to main at ai/log 2025-09-24 05:44:21 +00:00
syui pushed to main at ai/log 2025-09-24 04:25:02 +00:00
syui pushed to main at ai/log 2025-09-24 04:21:25 +00:00
syui pushed to main at ai/log 2025-09-24 04:10:52 +00:00
syui commented on issue ai/world#22 2025-09-23 04:19:56 +00:00
project rules

asset-downloadしたものをどう自分のdirに組み込んでいくかも課題となっていて、それは単体ファイルでも動作する状態にしておかないといけない。 理想としては、自分のdirだけでprojectをbuildできゲームが動く…

syui opened issue ai/world#23 2025-09-22 08:23:14 +00:00
ue + vrm4u for mac/ios
syui commented on issue ai/world#22 2025-09-21 06:49:18 +00:00
project rules

game instanceの置き場所はrootにする。

# example
/Content/Developers/${USER}/${ProjectName}/
├── GI_Config.uasset         # ← ここ!全システムの基盤
├── World/
├── Yui/
├─…
syui commented on issue ai/world#22 2025-09-21 06:48:37 +00:00
project rules
# example
/Content/Developers/${USER}/${ProjectName}/Yui/
├── CBP_Yui.uasset      # Character Blueprint  
├── GM_Yui.uasset       # Game Mode
├── PC_Yui.uasset       # Player…