Alex L
Alex L
No at this moment. Do you need them in the console window or in the report?
The easiest approach would be to add a timestamp to each log statement before it's sent to the native code: https://github.com/SpaceMadness/lunar-unity-console/blob/master/Project/Assets/LunarConsole/Scripts/LunarConsole.cs#L617. I'll try to prepare a patch release until the...
Hey @Vukiz, thanks for the PR! There're 2 things we need to address before merging: - Can you fix the broken unit test ion iOS: `Native/iOS/LunarConsole/LunarConsoleTests/LUActionRegistryFilterTest.swift:54:7: Type 'LUActionRegistryFilterTest' does not...
@Vukiz, cool - thanks! Things are a bit busy on my end right now - I'll try to review and merge until the end of the week!
@Vukiz, why do we need a `projmods` file here: `Native/iOS/LunarConsole/LunarConsole/Lunar.projmods`?
There's a build [post-processor](https://github.com/SpaceMadness/lunar-unity-console/blob/master/Project/Assets/LunarConsole/Editor/BuildPostProcessor.cs) already. I think we can delete the `projmods` file.
Hey @ novavision, which plugins are you using in your project?
Hey @jonahgoldsaito, Sorry for the issue. Let me take a closer look and I'll get back to you asap!
@jonahgoldsaito, do you happen to have an example project where the issue is easily reproducible?
@Mrgove10, will do. Thanks!