목록분류 전체보기 (46)
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로 초기화해야지 정상적으로 페이셜 작업을 할 수 있었다. 감사합니다.
1. Donorbox - 비영리 단체 및 개인2. Ko-fi - 크리에이터 후원3. Buy Me a Coffee - 크리에이터 후원4. Tipeee - 크리에이터 후원5. Streamlabs - 게임 스트리머 후원6. Twitch - 게임 스트리머 후원
Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture[13:04:54] [main/INFO]: Loading Minecraft 1.21.1 with Fabric Loader 0.16.5[13:04:55] [main/WARN]: Mod resolution failed[13:04:55] [main/INFO]: Immediate reason: [HARD_DEP_INCOMPATIBLE_PRESELECTED fabric-api 0.77.0+1.19.2 {depends minecraft @ [1.19.2]}, ROOT_FORCELOAD_SINGLE fabric-api 0.77.0+1.19.2][13:04:55] [main/INFO]: Re..
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