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

Unity build issue #24

Open
Littleclone opened this issue Jun 12, 2023 · 2 comments
Open

Unity build issue #24

Littleclone opened this issue Jun 12, 2023 · 2 comments

Comments

@Littleclone
Copy link

Due to an error (or rather 55 errors) I can't do a build (see screenshot where a part is shown)
image
image
image
Unity Version: 2022.2.21)

@loveangelina
Copy link

I had the same issue.

https://fanblogs.jp/gameprogramming/archive/130/0

This website says the solution is to just delete the folder 'Editor'.
In my case, 'Editor' folder was in the path 'Packages\UnityChanSpringBone-release-1.1\Editor'.
So I deleted the whole Editor folder and no more build errors occurred.

@riina
Copy link
Contributor

riina commented Sep 20, 2023

I had the same issue.

https://fanblogs.jp/gameprogramming/archive/130/0

This website says the solution is to just delete the folder 'Editor'. In my case, 'Editor' folder was in the path 'Packages\UnityChanSpringBone-release-1.1\Editor'. So I deleted the whole Editor folder and no more build errors occurred.

Doing as you suggest prevents usage of Editor features for the package. The correct solution is to ensure that only the Editor target is checked in Editor/com.unity.animations.springbone.editor.asmdef.

https://github.com/unity3d-jp/UnityChanSpringBone/blob/864d8fee57119f6dd52134b32fc4095c125d39b1/Editor/com.unity.animations.springbone.editor.asmdef

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

3 participants