Skip to content

Commit d3382ce

Browse files
committed
Add the x8 out of consistancy
1 parent 64d193b commit d3382ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.formats.alembic/Runtime/Scripts/Exporter/AlembicExporter_impl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public override void Setup(Component c)
547547
return;
548548
}
549549
#if UNITY_6000_4_OR_NEWER
550-
abcObject = parent.abcObject.NewXform(target.name + " (" + target.GetEntityId().ToString() + ")", timeSamplingIndex);
550+
abcObject = parent.abcObject.NewXform(target.name + " (" + target.GetEntityId().ToString("X8") + ")", timeSamplingIndex);
551551
#else
552552
abcObject = parent.abcObject.NewXform(target.name + " (" + target.GetInstanceID().ToString("X8") + ")", timeSamplingIndex);
553553
#endif

0 commit comments

Comments
 (0)