Majchrzak / Flurry-Unity-3D

Flurry iOS and Android plugin for Unity 3D.
MIT License
64 stars 33 forks source link

Compilable code: #7

Closed antongrigoryev closed 9 years ago

antongrigoryev commented 9 years ago
  1. Fixed #elif
  2. Applicaton.version is Unity 5 only API, enclosed with #if UNITY_5. Also:
  3. Replaced UNITY_5_0 with UNITY_5
  4. MonoSingleton moved to Analytics namespace, because it collides with another plugins (e.g. EasyTouch).
Majchrzak commented 9 years ago

Thanks.