Search Issue Tracker
In Progress
In Progress in 1.8.X
Votes
0
Found in [Package]
1.8.18
Issue ID
BUR-2755
Regression
No
"BC1055: Unable to resolve the definition of the method <Custom package name>.Runtime. ECS. FindTargetCandidatesDelegate.Invoke<…>" errors throw when making a build
How to reproduce:
1. Open the “ReproProject“ project
2. Navigate to the “File/Build Settings“
3. Build the application
4. Observe the Console windows
Expected result: No errors shown and build succeeds
Actual result: Errors “BC1055: Unable to resolve the definition of the method <Custom package name>.ECS.FindTargetCandidatesDelegate.Invoke<…>“ and the build fails
Reproducible with: 1.8.18 (2022.3.49f1)
Could not test with: 1.8.18 (2021.3.44f1, 6000.0.22f1) (Could not resolve the package errors)
Reproducible on: macOS 14.6.1 (Intel), macOS 15.0 (M1 Max), Windows 11 Pro (23H2)
Not reproducible on: No other environments tested
Notes:
- Full errors in the comments
- According to the reporter the issue is caused by “Asset has disappeared while building player to ‘globalgamemanagers.assets' - path '', instancedID '<path_ID>’“ error, an object in memory is being created in memory but it looks like it is disposed and yet needed by the build pipeline. CQA was not able to reproduce this specific error
- Upgrading or downgrading the package version cause a constant spam of errors
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment