09/09/2019

Unity texture warp

[ITA]
Lavorando in VR con Unity mi sono imbattuto in un problema di visualizzazione delle texture veramente fastidioso, ebbene le texture nell'editor si vedevano correttamente, mentre non appena la scena veniva renderizzata in un Oculus Quest le texture erano distorte.

[ENG]
Working with Unity VR I've faced a really annoying problem with texture rendering, while they were fine in Unity Editor, as soon as the scene was loaded in my Oculus Quest the texture were all warped and distorted.



Dopo mille prove e ricerche la soluzione per me è stata la seguente:

1. Disattivare Vertex Compression dagli UV (Tex Coord 0-3)
Disable UV Vertex Compression

Disattivare Vertex Compression dagli UV (Tex Coord 0-3)

2. Disattivare Weld Vertices nella sezione Geometry della Mesh importata con cui stavo lavorando.
Disable Weld Vertices in the imported mesh Geometry panel.

Nessun commento: