Search Issue Tracker

Fixed in 2022.2.X

Votes

0

Found in

2022.2.0a10

Issue ID

1420337

Regression

Yes

SysrootPackage throws not implement inherited abstract member errors after importing

Linux

-

How to reproduce:
1. Open the attached project
2. Observe the Console window

Expected results: The project is opened successfully without any errors
Actual results: SysrootPackage throws not implement inherited abstract member errors forcing the Editor to enter Safe mode

Reproducible with: 2022.2.0a10, 2022.2.0a11
Not reproducible with: 2019.4.38f1, 2020.3.33f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a9

Notes:
1. Tested with Ubuntu 18.04

Errors thrown:
1. Library/PackageCache/com.unity.sysroot@1.0.0/Editor/Unity.SysrootPackage.cs(49,18): error CS0534: 'SysrootPackage' does not implement inherited abstract member 'Sysroot.GetToolchainPath()'
2. Library/PackageCache/com.unity.sysroot@1.0.0/Editor/Unity.SysrootPackage.cs(49,18): error CS0534: 'SysrootPackage' does not implement inherited abstract member 'Sysroot.GetIl2CppLinkerFlags()'
3. Library/PackageCache/com.unity.sysroot@1.0.0/Editor/Unity.SysrootPackage.cs(49,18): error CS0534: 'SysrootPackage' does not implement inherited abstract member 'Sysroot.GetSysrootPath()'
4. Library/PackageCache/com.unity.sysroot@1.0.0/Editor/Unity.SysrootPackage.cs(49,18): error CS0534: 'SysrootPackage' does not implement inherited abstract member 'Sysroot.GetIl2CppCompilerFlags()'

  1. Resolution Note (fix version 2022.2):

    Fixed in package version 2.0.0

Comments (11)

  1. binzydev

    Jul 11, 2022 12:08

    Still present in 2022.2.0a18

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.