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

Fixed missing rotation and scale in prefab #1

Merged
merged 1 commit into from
Apr 16, 2023
Merged

Fixed missing rotation and scale in prefab #1

merged 1 commit into from
Apr 16, 2023

Conversation

Juliiiian
Copy link
Contributor

Bug fix (non-breaking change which fixes an issue)

There is a problem with the prefabs, they aren't getting completely loaded:

Before:

@Field.d(3, VectorData)
public position: VectorData;
public rotation: VectorData;
public scale: VectorData;

After:

@Field.d(3, VectorData)
public position: VectorData;

@Field.d(4, VectorData)
public rotation: VectorData;

@Field.d(5, VectorData)
public scale: VectorData;

@Dezinater
Copy link
Owner

Good catch, thank you for the fix!

@Dezinater Dezinater merged commit c7676e3 into Dezinater:master Apr 16, 2023
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