Search Issue Tracker
Duplicate
Fixed in 2018.3.X
Votes
5
Found in
2018.3.0a1
Issue ID
1046727
Regression
Yes
[IET] PostProcessing throws errors and tutorials do not start when Learn project is launched
How to reproduce:
1. Start Unity
2. Select "Learn/Basic Tutorials"
3. Download one of the given tutorials and then start it
4. Wait until the editor starts
Expected result:
Tutorial should start
Actual result:
The tutorial does not start and three errors are present in the Console window.
Reproducible with:
2019.1.0a3, 2018.3.0b1, 2018.3.0a1
Not reproducible with:
2017.1.4p1, 2017.2.3p1, 2017.4.5f1, 2018.1.4f1, 2018.2.0b7
Notes:
1. The errors appear on other tutorial projects as well (e.g. Tanks project from Learn/Tutorial Projects).
2. The errors that are thrown are caused by "Assets/Content/game/PostProcessing/Editor/PropertyDrawers/MinDrawer.cs" file
Stack Trace:
Assets\Content\game\PostProcessing\Editor\PropertyDrawers\MinDrawer.cs(6,34): error CS0104: 'MinAttribute' is an ambiguous reference between 'UnityEngine.PostProcessing.MinAttribute' and 'UnityEngine.MinAttribute'
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
- CSS is not applied when using USS type selector "GridBackground"
- Player .exe remains open as a background task after closing it when Active Input Handling is set to "Input System Package (New)"
- Exception block is being rewritten to throw an incorrect number of exceptions when running a project built using IL2CPP Scripting Backend
- [Android] [Vulkan] Warning "AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003." spammed every frame when the application is actively running on a device
- Skinning Editor missing tooltips
CrandellWS
Feb 09, 2019 23:50
at the top add without the quotes "using MinAttribute = UnityEngine.PostProcessing.MinAttribute;"
answer found at https://github.com/Unity-Technologies/PostProcessing/issues/725#issuecomment-447615187
Todor
Nov 07, 2018 20:41
[deleted]
Todor
Nov 07, 2018 20:41
[deleted]
Todor
Nov 07, 2018 20:23
[deleted]