Hi all!
Is there any diference between clone or instantiate a template in a script at runtime? And if this template has render components with Batch Groups defined, they will be reused in the cloned/instatiated versions, or I need to create/define new ones?
You cannot clone a template. It is a factory that produces an entity on instantiation. You can clone a produced entity.
Instantiated entities will have batch groups as the template lists them. If you clone an instantiated entity, it will inherit its properties, including the batch groups.
Got it!
Thanks @LeXXik !
1 Like