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(engine): Fixed a series of issues and improved functionality #255

Merged
merged 3 commits into from
Jul 24, 2023

Commits on Jul 18, 2023

  1. fix(engine): Fixed a series of issues and improved functionality

    1. Supports MeshCollider;
    
    2. Expand attribute animation to support more attribute curves and fix bugs in clone PropertyAnimation;
    
    3. After picking up the UI from the GUI, it no longer penetrates into the 3D space to pick up 3D objects;
    
    4. Support GUI for adaptive scaling based on screen size;
    
    5. Fix a bug caused by UI Image switching to sprites belonging to different atlases in the GUI.
    
    6. Fix bug: MeshRender clone;
    
    7. Added API (getBaseColor) for material to obtain references to baseColor;
    
    8. Improve the clone method of UnLitMaterial;
    hellmor committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    600a13e View commit details
    Browse the repository at this point in the history
  2. fix: errors of SphereColliderShape

    Fix errors of SphereColliderShape.ts
    hellmor committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2abac99 View commit details
    Browse the repository at this point in the history
  3. fix: decoration errors of experimentalDecorators

    decoration errors of experimentalDecorators
    hellmor committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e0afaa3 View commit details
    Browse the repository at this point in the history