snowplow / snowplow-unity-tracker

Snowplow event tracker for Unity. Add analytics to your Unity games and apps
http://snowplowanalytics.com
Apache License 2.0
16 stars 11 forks source link

Logging does not work in Unity Editor #66

Open bawahakim opened 1 year ago

bawahakim commented 1 year ago

Describe the bug Logging does not work when using the binary dll in Unity. No log comes out. The log does work when building on a platform like iOS or using the source code of SnowPlow in the editor.

To Reproduce

  1. Make sure to have the binary file of SnowPlow, and not the source code
  2. Call Log.SetLogLevel(3);
  3. Initialize and track an event

Expected behavior There should be some verbose log in the unity editor console

Device and Build Information