Documentation

Support

Unity Studio

Open Unity Studio

Unity Studio

What's new in Unity Studio - Version 0.38

Learn about the new features and bug fixes introduced in Unity Studio 0.38.
Read time 1 minuteLast updated 7 hours ago

New features

The following features are new in this version of Unity Studio:

Enhance a screenshot with AI

Select Screenshot (camera icon) to take screenshots of your scene and let AI enhance them. The following are some important notes about this feature:
  • Unity Studio provides a default prompt best suited to enhance a single asset. However, you can update and tailor the AI prompt as required.
  • After the generation finishes, you can download the result as an image file.
  • You can only enhance a screenshot a limited amount of times each day.

Email access

The Unity Studio support email address is now accessible from the top-left menu (Contact Support). When you select this button, Unity Studio opens a new message within your default email application addressed to the support email address.

Bug fixes

The following table contains is a list of bug fixes in this version of Unity Studio.

Issue

Fix

Asset rotation values were pre-set to all zeroes as default in the Inspector. However, the asset itself was visibly rotated.The rotation values now correctly reflects actual rotation in the scene.
Animation Editor playback ran significantly slower than Play mode, which caused a mismatch in speed. For example, a 1 second animation took between 3 to 5 seconds to play.Editor playback speed now matches the Play mode one.
After importing, you were either unable to assign mesh collider components or the mesh collider components didn't register collisions.You can assign mesh collider components and they register collisions.
Assets without a scene index were invisible when added to the scene.Previously affected assets now render correctly.
The
Me
reference of a script pointed to the original object after duplication.
Duplicated objects now correctly reference themselves.