Problem
Reason
Addresssable의 Shader는 Android용으로 Pack되어서 Editor에서 안열리는 것
Solution
Android에서는 잘 보이고, Editor에서 테스트 시에만 잘 안보이는 것.
Reference
http://cargocollective.com/mingruijiang/Shaders-from-asset-bundles-appear-pink-in-editor
Shaders from asset bundles appear pink in editor - Mingrui Jiang, Programmer
I came across this problem when testing asset bundles and organizing shaders. The problem is weird at first, because the shaders obviously works when running on iOS testing device like the iPad. But in the editor, the materials seems to have...
cargocollective.com
https://answers.unity.com/questions/1799508/issue-with-custom-shader-not-appearing-on-addressa.html
Issue with Custom Shader not appearing on addressable/asset bundle loaded objects in Build - Unity Answers
answers.unity.com
'Unity > Unity 이슈' 카테고리의 다른 글
[구글로그인] DEBUG: Authentication canceled (0) | 2022.02.27 |
---|---|
Exception: Reentering the Update method is not allowed. This can happen when calling WaitForCompletion on an operation while inside of a callback. (0) | 2022.02.19 |
Button에 AddListner에 함수를 넣어도 먹히지 않는 상황 (0) | 2022.02.13 |
UI(Canvas)코드가 먹히지 않는 경우 (0) | 2021.12.18 |
Coroutine과 TimeScle과의 관계 (0) | 2021.12.05 |