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

Draco for Unity build failed because it could not parse the semantic version of the Chinese version of Unity. #719

Open
YogurSligh opened this issue Sep 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@YogurSligh
Copy link

YogurSligh commented Sep 26, 2024

Describe the bug
The regular expression used to parse the version number in the structure UnityVersion does not include the special version number of the Chinese version of Unity, such as the version 2021.3.4f1c1 I am currently using.

To Reproduce
Steps to reproduce the behavior:

  1. Download the Chinese version of Unity like 2021.3.40f1c1
  2. Create an empty project using the urp3D template
  3. Import the Draco for Unity package using UPM.
  4. Import the glTFast package using UPM.
  5. Switch to the WebGL platform and build the project.
  6. See error

Screenshots

image

Desktop (please complete the following information):

  • glTFast version: 6.8.0
  • Draco for Unity version: 5.1.6
  • Unity Editor version: 2021.3.40f1c1
  • Render Pipeline and version: Universal Render Pipeline 12.1.15
  • Platform: WebGL
@YogurSligh YogurSligh added the bug Something isn't working label Sep 26, 2024
@YogurSligh YogurSligh reopened this Sep 26, 2024
@atteneder
Copy link
Owner

@YogurSligh Thanks for reporting. A fix is in the making.

@atteneder
Copy link
Owner

Same goes for KTX for Unity, which shares the Unity version code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants