Hi,
How can I disable the right mouse button? NGUI’s buttons react to right clicks, and I would like not to send any events from the right mouse button.
Thanks in advance.
Hi,
How can I disable the right mouse button? NGUI’s buttons react to right clicks, and I would like not to send any events from the right mouse button.
Thanks in advance.
Go to Edit > Project Settings > Input and disable it there.
Of course not. If an imported mesh is not marked as readable you can not read or write it. The parameter on UploadMeshData is named markNoLongerReadable. Have you noted the "no longer"? You have to mark your mesh as readable in the mesh importer.
– Bunny83