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

change .rsp file comment char to fix package import script build failure #39

Merged
merged 1 commit into from
Apr 4, 2020

Conversation

westhom
Copy link
Contributor

@westhom westhom commented Apr 3, 2020

Currently, the way the comment is formatted causes build errors during unitypackage import. The right click options in the hierarchy are not visible because all script compilation halted. This fixes that.

See this comment on unity forums: http://answers.unity.com/answers/1630246/view.html

Hotfix example package: https://www.dropbox.com/s/cnrqydrnn7na6ml/videolab-1.1.1-hotfix.unitypackage?dl=1

Examples that cause compilation to fail (on my unity 2018.4.20f1, macOS Catalina):

% this comment causes build fail
# this comment causes build fail
#this comment causes build fail

See comment in this issue for more discussion: #32 (comment)

This fixes unitypackage import / script build errors.
@westhom westhom force-pushed the rsp-comment-patch branch from 1cd1743 to 43b405b Compare April 4, 2020 13:21
@westhom westhom changed the title change .rsp file comment char change .rsp file comment char to fix package import script build failure Apr 4, 2020
@finnTE finnTE merged commit a6ae352 into teenageengineering:master Apr 4, 2020
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

Successfully merging this pull request may close these issues.

2 participants