Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


ipostprocessbuildwithreport

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ipostprocessbuildwithreport [2021/05/10 17:10]
54.223.244.32 old revision restored (2021/03/09 03:19)
ipostprocessbuildwithreport [2021/05/20 18:36]
54.222.135.145 old revision restored (2021/03/09 00:45)
Line 1: Line 1:
 ====== IPostprocessBuildWithReport ====== ====== IPostprocessBuildWithReport ======
  
-**General notes:**+**Generate notes:**
  
-''AssetDatabase.StopEditing()'' fails((2020.2.1f1)) when called here with assertion: +''AssetDatabase.StopEditing()'' fails when called here with assertion:  
 +''Assertion failed on expression: 'gRefreshReentrancyCount > 0''
  
-   Assertion failed on expression: 'gRefreshReentrancyCount > 0 +Most likely we are already in the middle of an asset import freeze, during the build
- +
-Most likely we are already in the middle of an asset import freeze, during the build. <sup>[//[[:wiki:tag:research-needed|research needed]]//]</sup> +