Search Issue Tracker
Won't Fix
Votes
2
Found in [Package]
1.21.2
Issue ID
ADDR-3143
Regression
No
Event viewer shows multiple entries for the same operation.
1. Open the attached project
2. Open scene "SampleScene"
3. Press play
4. Notice that there are 2 GetTableEntryOperations when there should only be 1. The operation TString changes overtime which seems to confuse the event viewer.
5. Import the localization package into the project(so you can make code changes) and modify the ToString method in Packages\com.unity.localization\Runtime\Operations\GetTableEntryOperation.cs so that it is "\{GetType().Name}". Notice how there is now only 1 operation in the event viewer.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
- Code continues to run after enabling the Frame Debugger when in paused Play Mode and using 'WaitForSecondsRealtime' coroutine
- Dragging and dropping files from the Unity Editor to a different app doesn't work when Cmd-Tab is used to switch apps
- SDF Baking causes memory to be allocated that isn't deallocated when in Play Mode and in Builds
Resolution Note:
We're actually going to be replacing the event viewer with a proper Profiler module. The Profiler module should be available in Addressables 1.21.3+ and Unity Editor 2022.2+. There's some new features in that version of the editor and newer that we can take advantage of to make this happen.
The event viewer won't be removed for a while, but we aren't able to prioritize bugs on this at the moment