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

ArgumentException spam #47

Closed
Blukzen opened this issue Mar 11, 2019 · 3 comments
Closed

ArgumentException spam #47

Blukzen opened this issue Mar 11, 2019 · 3 comments

Comments

@Blukzen
Copy link

Blukzen commented Mar 11, 2019

Everything in the inspector is working fine all the attributes are working and it doesn't prevent me from running my game but every time the project compiles my console gets spammed with the following
image
I've tried to remove all the attributes and pinpoint whats causing it but whether I'm using attributes or not these errors are always spammed to the console.

@dbrizov
Copy link
Owner

dbrizov commented Mar 11, 2019 via email

@dbrizov
Copy link
Owner

dbrizov commented Mar 11, 2019

this.script = this.serializedObject.FindProperty("m_Script");
This line is the problem. Are you deriving from MonoBehaviour or ScriptableObject. I don't know how to reproduce it.

@dbrizov
Copy link
Owner

dbrizov commented Mar 11, 2019

Can you tell me the exact case? What attribute you are using? If you can give me the whole script that will help a lot. I don't need the methods, only the members with attributes.

@dbrizov dbrizov closed this as completed Mar 16, 2019
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