Hello
I found this “little” problem both in Unity 5.6 and 2017.1:
Assets/Scripts/MyScripts/AdvancedPhotoRecognition/PhotoCapture.cs(36,44): error CS0426: The nested type PhotoCaptureResult' does not exist in the type
PhotoCapture’
How can i solve this ?
Thx, Reni
There is not enough information to know what is happening, can you provide more information?
This is because you have set your class/script name to “PhotoCapture”, which is the same with another class you used for implementing PhotoCaptureResult. Try changing your class/script name.