Hi every one.I am pretty new to Unity c#/Leapmotion.I am currently using Pinchdraw in my app and wants to change the color of drawing in runtime according to selection.How can I do the same? Any help will be really appreciated. Thanks in advance
The PinchDrawing component has a DrawColor property that you can set.
Hi I tried to do so,but had no effect on the draw color .Only by changing the material/shader color I could change it which is not desired.I am attaching the code along with this
Hi thanks got it.IT works fine now
Could you explain how you got it to work please? as it would benefit others including me