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

Engine: Objects refers to prototype entities after cloning #619

Closed
eprikazchikov opened this issue Nov 27, 2023 · 0 comments
Closed

Engine: Objects refers to prototype entities after cloning #619

eprikazchikov opened this issue Nov 27, 2023 · 0 comments
Labels
P2 This issue should be included to the next release

Comments

@eprikazchikov
Copy link
Collaborator

eprikazchikov commented Nov 27, 2023

Description

Objects refers to prototype entities after cloning

Prerequisites

Create a component with object reference as property.

For example:

class FpsController : public NativeBehaviour {
    A_REGISTER(FpsController, NativeBehaviour, Components)

    A_PROPERTIES(
        A_PROPERTY(Transform *, transform, FpsController::transform, FpsController::setTransform)
    )

    ...
};

And make a prefab with this component with valid transform as a propperty

Steps to Reproduce

  1. Clone the prefab from code
  2. Check Properties

Expected behavior:

Transform refers to object in cloned instance of the prefab.

Actual behavior:

Transform refers to object in the prefab.

Reproducibility:

100%

Versions

2023.2

Additional Information

N/A

@eprikazchikov eprikazchikov added bug P2 This issue should be included to the next release labels Nov 27, 2023
eprikazchikov added a commit that referenced this issue Nov 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@github-project-automation github-project-automation bot moved this to Done for Release in ThunderEngine Development Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 This issue should be included to the next release
Projects
Archived in project
Development

No branches or pull requests

1 participant