Change id and name of imported obj

Hi, i m trying to change the id and name of the imported object, by…

mesh.name = “id1645683827866”;
mesh.id = “id1645683827866”;

which dynamically adds t to the scene but it’s changing parent name. here its “koltuk” is to change.

plz kindly guide me.

Can you provide a repro in the playground, it should work the same way.

HI, thanks, its resolved by mesh[1].name = “id1645683827866”;

1 Like