Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


scriptedimporter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

scriptedimporter [2023/06/24 02:44]
97.126.63.199 created
scriptedimporter [2023/06/24 03:11] (current)
97.126.63.199
Line 3: Line 3:
 ==== Debugging ==== ==== Debugging ====
  
-ScriptedImporters run on Asset Import worker threads((You can verify this if you see ''[Worker0]'' on output logged by a ScriptedImporter)). Based on testing, these importers can't be debugged with the Mono Debugger in Rider or Visual Studio. Breakpoints can be set, but will never be triggered.+ScriptedImporters run on Asset Import worker processes((You can confirm this if you see ''[Worker0]'' on output logged by a ScriptedImporter)). These importers can't be debugged normally with the Mono Debugger in Rider or Visual Studio. Breakpoints can be set, but will never be triggered, because the breakpoint is being set in the Editor process, not the Worker process. 
 + 
 +Rider can connect to these worker processes manually if you want to debug them via "Attach To Unity Process...". 
 + 
 + 
 + 
  
  
scriptedimporter.txt · Last modified: 2023/06/24 03:11 by 97.126.63.199