목록코딩 GPT (24)
Xiao GPT
https://github.com/vrm-c/UniVRM/issues/2023 [SpringBone] Importing Issue · Issue #2023 · vrm-c/UniVRMEnvironments (please complete the following information): UniVRM version: 0.70.0 Unity version: Unity-2019.4.31 OS: Windows 10 Describe the bug Attempting to import a VRM file exported from blender...github.com 신고해 주셔서 감사합니다.SpringBone 구성에서 존재하지 않는 노드 번호를 지정하는 것 같습니다.Blender에서 SpringBone 설정을 확인하..
※ 추가 코멘트 위에 visual studio와 .Net framework 다운받았으며 마지막에 이걸 시행했다. Reimport All로 초기화해야지 정상적으로 페이셜 작업을 할 수 있었다. 감사합니다.
npm install expressconst express = require('express');const app = express();const port = 8000;app.get('/', (req, res) => { res.send('Hello, world!');});app.listen(port, () => { console.log(`Server is running on http://localhost:${port}`);});node server.js