Using Unity 2019.3.2f1 and the latest Addressables version (1.8.3)
Don’t know if this is a bug or not, but the Event Viewer does nothing.
I ticked “Send Profiler Events” in the SettingsFile. Didn’t help.
I made sure that “Enter Play Mode Settings” aren’t enabled so Unity reloads the domain and the scene. Didn’t help.
Any other settings I missed or did I encounter a bug?
It is working for me. However I remember facing similar problem with the previous Addressables release. It didn’t work under certain conditions but I don’t remember exactly how to reproduce it.
What Play Mode Script are you using? Try building bundles and using Event Viewer with “Use Existing Build”. Also make sure the Event Viewer window is open and visible when you hit Play.
It is also working for me on a different machine (Mac) in an empty project, but not in another one with the same Unity version on Windows with a slightly populated project.
The Event viewer is open and visible.
I didn’t have to build bundles and it worked on the Mac without problems.But I changed the Play Mode Script to Use Existing Build, it was set to “Use Asset Database”. Did a build with “Default Build Script” and tried it again. The viewer doesn’t show a thing. Cleared the view, disabled and reenabled the record button. Nothing helps. @unity_bill any idea what’s going on, this a bug?
Alright, I connected with the team on this one. First, they’d like you to file a bug report so they can look into this further. Unity QA: Building quality with passion
Second, they suggested you hitting Clear in the Event Viewer while running the game. Sometimes that will make it start showing events.
The “Clear”-Button didn’t help. But I got mail back from Unity and they stated this is linked to the “Enter Play Mode”-Settings. I was sure (double-checked) that I had those disabled when the problem occured.
As of now, they are disabled and the Event Viewer works.
@Adrien_Danglard If you are using 2018.4 there should be no Enter Play Mode Settings, since those have been introduced in 2019.3 - you have a different problem then.
Hmm I thought the problem was that you had to adjust these settings away from whatever the default setting is, to make the event viewer work. Which I can’t do, since, as you say, this is not possible in 2018. (Hence the second part of my question.) But I may have misunderstood the problem.
The one bug mentioned as reported in here was closed as @BTStone_1 mentioned because the Enter Playmode option to disable Domain Reload is not yet supported by Addressables. To anyone else still having issues beyond that, please report your issues as bugs so that they can be addressed.