Search Issue Tracker
Fixed in 2020.3.X
Votes
0
Found in
2020.3.3f1
2020.3.29f1
Issue ID
1415774
Regression
Yes
API updater fails to resolve dependencies when building with Terminal
Reproduction steps:
1. Open Repro.sh inside the project folder and modify Unity's version path
2. Open the Terminal and navigate to the project folder
3. Enter "chmod +x ./Repro.sh" command
4. Enter "./Repro.sh" command
5. Open u3d.log inside the project folder
Expected result: There is no error
Actual result: There is the error -
Unhandled Exception:
System.IO.FileNotFoundException: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Reproducible with: 2020.3.3f1, 2020.3.33f1
Not reproducible with: 2019.4.37f1, 2020.3.2f1, 2021.2.19f1, 2022.1.0b15, 2022.2.0a9
Note - versions on which the error is not reproducible still fail due to compiler errors
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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Resolution Note (fix version 2020.3):
Fixed in: 2020.3.35f1