keijiro / Pcx

Point cloud importer & renderer for Unity
The Unlicense
1.36k stars 197 forks source link

SV_VertexID semantic is not supported on GLES 2.0 at line 17 (on gles) #76

Closed PacsoftIta closed 2 years ago

PacsoftIta commented 2 years ago

Hi, I'm trying to build an app for android using your plugin. I'm getting this error everytime I put in the scene my point cloud (binary / little endian). Could you help me?

keijiro commented 2 years ago

As noted on README, the disk shader requires the geometry shader feature (GLES2.0 doesn't support it).

keijiro commented 2 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.