↧
Show serializable object in a CustomEditor
Hello. I'm writing editor script for my Component. How can I show some [Serializable] object in it? For example I want to show GUIStyle field of my Component.
View ArticleHow to implement an Adnroid plugin with events
Hi, I use some Bluetooth Android plugin. It consist from "bluetooth.jar" library and two C# scripts: the first one just calls methods from library, the second script contains callback methods for...
View Article