VRChat 업로드 불가문제 모음
ArgumentException: Illegal byte sequence encounted in the input.
Parameter name: string
CC
Unity Hub
Unity실행파일
사용자명
프로젝트경로
장치이름을 모두 영어경로로 바꿔주고 방화벽 허용하면 된다
특히 장치이름이 제일 중요하다
장치이름은 설정 > 시스템 > 정보 > 장치이름 순으로 들어가면 존재한다
참고링크 : https://community.thebackend.io/t/topic/4950
--------------------------------------------------------------------------------------------------
Images used for Actions & Moods are too large.
ExpressionsMenu 아이콘 해상도를 256이하로 맞추면 해결된다
--------------------------------------------------------------------------------------------------
Error while saving Prefab: 'Assets/prefab-id-v1_avtr_.prefab'. You are trying to save a Prefab with a missing script. This is not allowed.
Please change the script or remove it from the GameObject 'Head'.
A UnityEditor.BuildPipeline:BuildAssetBundles (string UnityEditor.AssetBundleBuild[], UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
No AssetBundle has been set for this build.
미싱컴포넌트가 존재해서 그렇다
싹 찾아내서 다 지워준다
--------------------------------------------------------------------------------------------------
Encountered the following validation issues during build:
UnityEngine.Debug:LogError (object)
Your avatar is disabled in the scene hierarchy!
UnityEngine.Debug:LogError (object)
제대로 활성화 되어있는데 안될때
비활성화 했다가 다시 활성화 해준다
셀렉트 아바타도 다시 한번 선택해준다
--------------------------------------------------------------------------------------------------
VRCExpressionsMenu uses a parameter that is not defined.
메뉴에 없는 파라미터가 들어가서 그렇다
이럴땐
이렇게 메뉴에서 파라미터명을 고쳐주면 된다
--------------------------------------------------------------------------------------------------
[Always] Attempted to load the data for an avatar we do not own, clearing blueprint ID
ApiErrorException: Exception of type 'VRC.SDKBase.Editor.Api.ApiErrorException' was thrown.
블루프린트 권한문제
블루프린트를 새로 만들어서 해결했다
Detach하고 새로 올리면 끝
--------------------------------------------------------------------------------------------------
UploadException: Failed to upload file
Attempted to load the data for an avatar we do not own, clearing blueprint ID
혹은
혹은
ApiErrorException: Exception of type 'VRC.SDKBase.Editor.Api.ApiErrorException' was thrown.
Unauthorized, try logging out and in again
"Missing Credentials"
NullReferenceException: Object reference not set to an instance of an object
혹은
Error fetching your uploaded avatars:
"Missing Credentials"
Could not fetch worlds, with error - "Missing Credentials"
넷다 같은 문제이다
첫번째 에러메세지는 얼핏보면 블루프린트 문제라고 생각할지도 모른다
그런데 블루프린트 문제는 아니다
애초에 블루프린트를 비워놓은 상태로 업로드를 했기 때문이다
이 문제는 API 인증키 만료로 인한 문제이다
그래서 유니티상의 SDK에서 로그아웃을 하고 다시 로그인하면 해결된다.