So my issue is that I cannot properly get access to the Post Processing Name Space while using custom Assembly Definition Files.
**Here is the version of the Post Processing Stack I have:**
![alt text][1]
In code, I am properly following the documention found here: [PostProc Docs][2]
Using statements show up as errors: ![alt text][3]
Everything was working Perfectly, but today I decided to try to split things up into Assembly files as added in 2017.3 and documented here:
[Assembly File Docs][4]
Here is a look at the project after adding Assembly files:
![Assemb1][5]
The ONLY errors that I have popping up are regarding PostProcessing:
![alt text][6]
***Questions:***
**1. Has anyone Succesfully used Assembly files with 2018.1.0b13 with PostProcessing v2.0.5?**
[1]: https://i.imgur.com/y78QR8C.png
[2]: https://docs.unity3d.com/Packages/com.unity.postprocessing@2.0-preview/manual/index.html
[3]: https://i.imgur.com/6c9oz1x.png
[4]: https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html
[5]: https://i.imgur.com/FxxVAp5.png
[6]: https://i.imgur.com/dRYna2Z.png
↧