공부/Unity

[Unity] is using a shader without GPU deformation support. Switching the renderer over to CPU deformation. Shader 오류

굴러다니다니 2025. 9. 15. 12:15

is using a shader without GPU deformation support. Switching the renderer over to CPU deformation. 

라는 내용의 오류가 뜬다면

CustomShader에

#pragma multi_compile _ SKINNED_SPRITE

한 줄 추가해주자

#pragma 써있던 줄들이 있을거임

728x90
반응형