Hello to whoever is reading this, I hope you are doing well. What I am trying to achieve is to make certain vertices of an EditableMesh invisible while keeping others visible.
The issue is that I can’t seem to make vertices invisible.
I have tried to use SetColorAlpha but it didn’t work, however I might be using it incorrectly. I also noticed that it needs a ColorID and then the Alpha (Transparency I’m guessing). However I’m not sure what the ColorID is because I tried entering numerous things into this parameter and none of them worked. I’m confused because I thought that this function would need the VertexID so it can make that Vertex invisible. If anyone knows anything about this or how I could make vertices invisible that would be greatly appreciated.
Enjoy your day! Thanks for reading this.