Version 1.1

I submitted version 1.1 to the Assetstore:

Session fil​e support:
– Store the latest data that comes with a OSC message
– Send all data to update the GUI state of an external app like TouchOSC

– Change in OSCsharp lib: made the TypeTag property of a OSC message accessible
-Type of the OSC data could now be verified with the Typetag string. (No GetType() necessary if you have performance problems)
– receiveAllAddresses property is now accessible via the component inspector
– UniOSCEventArgs could now be filtered by Group, AddressRoot or AddressIndex if the OSC address matches a specific pattern
– Documentation update