Search Issue Tracker
Fixed in 2022.2.X
Fixed in 2021.3.X, 2022.1.X
Votes
1
Found in
2021.2
2021.2.16f1
2022.1
2022.2
Issue ID
1415298
Regression
No
[IL2CPP] Option to use LLD linker is missing when using "UNITY_IL2CPP_ANDROID_USE_LLD_LINKER" Environment Variable
Reproduction steps:
1. Open the attached user's Unity project "temp-android-linker.zip"
2. Go to Assets > Scenes folder and open "SampleScene.unity" Scene
3. Go to File > Build Settings and switch to Android Platform
4. In the Build Settings window press the Player Settings button
5. In Player Settings make sure that Scripting Backend is set to IL2CPP
6. Go back to the Editor
7. At the top menu select Unity Support > Build Current Platform and wait for the build to complete
8. Navigate to *Project folder* > Library > Bee > artifacts > rsp folder
9. Open the .rsp file from the rsp folder as a text file
10. Observe the "fuse-ld" line
Expected result: .rsp file contains "-fuse-ld=lld" line
Actual result: .rsp file contains "-fuse-ld=bfd" line
Reproducible with: 2021.2.19f1, 2022.1.0b15, 2022.2.0a9
Could not test with: 2019.4.37f1, 2020.3.32f1 (Bee folder is not present in the project folder after build)
Notes:
- When Mono Scripting Backend is selected, the rsp folder is not created in the project folder after build
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
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Resolution Note (fix version 2022.2):
Fixed in 2022.2.0a11
Resolution Note (fix version 2022.1):
Fixed in 2022.1.1f1
Resolution Note (fix version 2021.3):
Fixed in 2021.3.2f1