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

fix warnings #146

Merged
merged 1 commit into from
Feb 15, 2019
Merged

fix warnings #146

merged 1 commit into from
Feb 15, 2019

Conversation

antpaw
Copy link

@antpaw antpaw commented Jan 21, 2019

.NET 4.x give me a bunch of warnings on compiling. This is how I've removed them.

@mob-sakai
Copy link
Owner

Hi @antpaw
Thanks a lot!

@mob-sakai mob-sakai added the bug label Jan 21, 2019
@mob-sakai mob-sakai self-assigned this Feb 15, 2019
@mob-sakai
Copy link
Owner

I'm suffering from related mysterious errors below...
https://answers.unity.com/questions/1259254/how-to-make-a-serialized-editor-only-field.html

Use #pragma warning disable xxxx ~ #pragma warning restore xxxx instead of #if UNITY_EDITOR ~ #endif.

@mob-sakai mob-sakai merged commit 03fb998 into mob-sakai:develop Feb 15, 2019
@mob-sakai mob-sakai added this to the v3.0.4 milestone Feb 15, 2019
@antpaw antpaw deleted the fix-warnings branch February 17, 2019 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants