Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous reference "preview" #1

Open
VisualBoy opened this issue Jun 21, 2015 · 3 comments
Open

Ambiguous reference "preview" #1

VisualBoy opened this issue Jun 21, 2015 · 3 comments

Comments

@VisualBoy
Copy link

Hi Brad,
I'm using Unity 5 but I ran into errors:

Assets/Editor/Image Effects/CameraMotionBlurEditor.js(93,9): BCE0004: Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.
Assets/Editor/Image Effects/CameraMotionBlurEditor.js(92,36): BCE0004: Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.

I've found this thread which explains to modifying the 'preview' variable name to 'preview_'.

Following this solution seems to fix errors.

@XY01
Copy link
Owner

XY01 commented Jun 21, 2015

Thanks for that mate. I'll fix it up

On Sun, 21 Jun 2015 8:18 pm Massimiliano Mitch notifications@github.com
wrote:

Hi Brad,
I'm using Unity 5 but I ran into errors:

Assets/Editor/Image Effects/CameraMotionBlurEditor.js(93,9): BCE0004: Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.
Assets/Editor/Image Effects/CameraMotionBlurEditor.js(92,36): BCE0004: Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.

I've found this thread
http://answers.unity3d.com/questions/918410/ambiguous-reference-preview.html?sort=oldest
witch explain to modifying the 'preview' variable name to 'preview_'.

Following this solution seems to fix errors.


Reply to this email directly or view it on GitHub
#1.

@VisualBoy
Copy link
Author

I found another strange behavior: duplicated toolbar in "preview" windows:

preview_window

Any idea?

@XY01
Copy link
Owner

XY01 commented Jun 21, 2015

Never seen this. Might be a unity 5 issue. I'll check on my end later
tonight

On Sun, 21 Jun 2015 8:27 pm Massimiliano Mitch notifications@github.com
wrote:

I found another strange behavior: duplicated toolbar in "preview" windows:

[image: preview_window]
https://cloud.githubusercontent.com/assets/443705/8271315/b7d2157e-1810-11e5-9448-58576ced651f.png

Any idea?


Reply to this email directly or view it on GitHub
#1 (comment)
.

VisualBoy added a commit to VisualBoy/Spirograph3D-Unity that referenced this issue Jun 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants