We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Objects refers to prototype entities after cloning
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
Transform refers to object in cloned instance of the prefab.
Transform refers to object in the prefab.
100%
2023.2
N/A
The text was updated successfully, but these errors were encountered:
Engine: Objects refers to prototype entities after cloning #619
a822e9f
Engine: Objects refers to prototype entities after cloning #619 (#620)
1465f4a
No branches or pull requests
Description
Objects refers to prototype entities after cloning
Prerequisites
Create a component with object reference as property.
For example:
And make a prefab with this component with valid transform as a propperty
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: