How can I move a LEGO model imported from studio? I am not able to move also the included prefabs.
What I do:
Import model and include it into the scene.
Attach script which translate its position forward.
The script is working normaly on the other objects.
Try selecting the prefab, right-click and export package, then import the package in the other scene.
It is related with the lego blocks. Can you confirm that you tried and it is working in your project?
I don’t have the lego project. I’m saying in general for getting stuff from one project to another.
Had exactly the same problem in Lego microgame. In the end still can’t attach my own scripts.
But got the imported model moving by add ‘Lego Behaviour scripts’ but again not in the usual way in inspector with ‘Add component’ (that didn’t work) but by dragging them onto the model image in scene view.
Not sure if that helps at all but some small progress.
Another quick update. Need to test this more later but seems if you add the lego control behaviour script to the model in scene view you can then add your own movement script via inspector. Seemed to work but needs some more testing.