Xiao GPT

ArgumentException: Calling apply or revert methods on an object which is not part of a Prefab instance is not supported. 오류 해결 본문

코딩 GPT/오류 해결

ArgumentException: Calling apply or revert methods on an object which is not part of a Prefab instance is not supported. 오류 해결

샤오 GPT 2024. 10. 14. 07:59
SMALL

if (PrefabUtility.IsPartOfPrefabInstance(yourObject)) {
    // Apply or Revert operations here
}

 

 

ㅡ ㅡ ㅡ ㅡ ㅡ

https://replace.org.ua/topic/14309/

 

 

ㅡ ㅡ ㅡ ㅡ ㅡ

 

hana tool 이용자라면 이거 하나 툴을 업데이트하는 툴바가 있다 찾아서 업데이트 받으시길 바란다.

 

업데이트 후 파일 생성된것으로 하면 정상 작동 된다.

LIST