목록전체 글 (46)
Xiao GPT
https://github.com/yourtablecloth/TableCloth/issues/227 [버그] Enabling WinSxS 안끝남 - Windows 11 IOT Enterprise LTSC · Issue #227 · yourtablecloth/TableCloth버그에 대한 설명 Enabling WinSxS 작업이 안 끝납니다. 따라서, 이후 순차실행인 식탁보 Spork 특성상 프로그램 설치가 진행이 안됩니다. 재현 방법 구체적으로 해당 증상을 재현하는 방법을 단계별github.com 누가 글 적어놨네요. 5~10분정도 걸린답니다. 너무 오래걸리네;;
ㅡ ㅡ ㅡ ㅡ ㅡ 구글 드라이브 연결 도중에 초기화되어서 설정을 다시 해야했다. 또한 src 부분에서 중복되는 부분이 있어서 수정해야했다.
if (PrefabUtility.IsPartOfPrefabInstance(yourObject)) { // Apply or Revert operations here} ㅡ ㅡ ㅡ ㅡ ㅡhttps://replace.org.ua/topic/14309/ ㅡ ㅡ ㅡ ㅡ ㅡ hana tool 이용자라면 이거 하나 툴을 업데이트하는 툴바가 있다 찾아서 업데이트 받으시길 바란다. 업데이트 후 파일 생성된것으로 하면 정상 작동 된다.
Assets을 Import 시킬 때 폴더에서 더블클릭을 할 경우 couldn't decompress package unity 란 에러문구가뜨고 열리지 않을 때가 있다. Export한 드라이브와 Import시킬 드라이브가 다른 경우에 발생이 경우 Import 시킬 파일을 Project가 있는 폴더로 옮긴 후에 더블클릭하면 Import ㅡ ㅡ ㅡ ㅡ ㅡ VRM 파일을 프로젝트 파일에 넣은 후 사용하면 되겠습니다. 오류는 없어집니다. ㅡ ㅡ ㅡ ㅡ ㅡhana tool 이용자라면 이거 하나 툴을 업데이트하는 툴바가 있다 찾아서 업데이트 받으시길 바란다. 업데이트 후 파일 생성된것으로 하면 정상 작동 된다.
https://discussions.unity.com/t/microsoft-r-visual-c-compiler-version-2-9-1-65535-9d34608e-copyright-c-microsoft-corporation/741098/3 https://stackoverflow.com/questions/56913616/unity-2019-3-0a7-microsoft-visual-c-sharp-compiler-errors ※필자 코멘트 - Library 오류가 맞다 그래서 삭제 하여 다시 깔아봤지만 해결되지 않음 AssemblyInfo.cs와 AxisEventData.cs를 찾아보기로함 https://overit.tistory.com/entry/C-%EB%B9%8C%EB%93%9C-%EC%8B%9C-Ass..
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