Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b5
Issue ID
994346
Regression
No
[Editor] "Missing Assembly Reference" Exception is thrown when creating a build with Light Weight Preview Template
"Missing Assembly Reference" Exception is thrown when creating a build with Light Weight Preview Template.
Prerequisites: Test with Unity Editor version 2018.1.0b5
Steps to Reproduce:
1. Create a new Project using Light Weight Preview Template.
2. Click on File Menu > Build Settings > Build
3. Observe the Exception on Console Window.
Expected Result:
The standalone build should be made.
Stack Trace:
For Windows
C:/ProgramData/Unity/cache/packages/staging-packages.unity.com/com.unity.render-pipelines.lightweight@0.1.21/Data/LightweightPipelineAsset.cs(2,19): error CS0234: The type or namespace name `ProjectWindowCallback' does not exist in the namespace `UnityEditor'. Are you missing an assembly reference?
For Mac:
/Users/macmini2a/Library/Unity/cache/packages/packages.unity.com/com.unity.render-pipelines.lightweight@0.1.21/Data/LightweightPipelineAsset.cs(2,19): error CS0234: The type or namespace name `ProjectWindowCallback' does not exist in the namespace `UnityEditor'. Are you missing an assembly reference?
Occurs on both Windows & Mac.
Note:
The exception is thrown when trying to build for Android and iOS Platforms.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment