Search Issue Tracker
Third Party Issue
Votes
0
Found in [Package]
4.0.0
Issue ID
1408200
Regression
No
[Adaptive Performance] Samples have errors on import
Reproduction steps:
1. Create a new project
2. Import Adaptive Performance package using the Package Manager
3. Import Bottleneckor Boost Sample (read note below) using the package manager (will appear in AP package after installation)
4. Inspect the Console
Expected result: there are no errors
Actual result: missing namespace errors are thrown
Reproducible with: 4.0.0 (2021.2.15f1, 2022.1.0b11, 2022.2.0a7)
Could not test with: 2019.4.36f1, 2020.3.29f1 (other errors)
Note: similar issues occur with all other Samples, the issue is caused because the Environment sample, was not installed previously, and the Samples use assets from the Environment Sample, but do not have it as a dependency during Import
Errors:
Assets\Samples\Adaptive Performance\4.0.0\Bottleneck\BottleneckControl.cs(18,5): error CS0246: The type or namespace name 'SampleFactory' could not be found (are you missing a using directive or an assembly reference?)
Assets\Samples\Adaptive Performance\4.0.0\Bottleneck\BottleneckControl.cs(33,5): error CS0246: The type or namespace name 'BottleneckUI' could not be found (are you missing a using directive or an assembly reference?)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment