asset scaling issues

Is there a scale standard for this engine? for instance, i set up my asset creations to be in proportion with the unreal engine units. once i import these assets into unity, will i have to do any scaling adjustments?

thank you.

Depends on your exporter. Unity imports all files as a .fbx, so whatever scale your 3D app exports the models to .fbx at will be the scale Unity imports.

The default import scale for Unity is .01, but you can change that for each model by selecting the original model and modifying the scale factor. (Don’t forget to apply changes…)

thanks for your assistance.