Skip to main content
Participant
February 25, 2019
Question

unity volumax

  • February 25, 2019
  • 2 replies
  • 378 views

hello guys!

I'd like to use a 3D-textured-volumax-picture for my Unity-Videogame.

Everytime I try to get a *.aep into my Unity-programe, it doesn't work (see the screenshot for my usage).

https://www.bilder-upload.eu/bild-4265df-1551108577.png.html

Does anyone have an idea how this could be made?

Sorry for my bad english and greetings from Graz/Austria,

yours Benny

This topic has been closed for replies.

2 replies

OussK
Community Expert
Community Expert
February 25, 2019

you can't read the AE file directly inside unity so may you need some third party plugin or script like this one

https://assetstore.unity.com/packages/tools/animation/ae2unity-after-effect-to-unity-animation-44618

Mylenium
Legend
February 25, 2019

Unity 3D doesn't support native AE import. You don't seem to understand the differences between AE's 3D layers and Unity's geometry-based 3D. You seriously need to study up on some basics here, beginning with what stuff U3D can import and how to prepare assets in suitable programs. Sure, you can use AE to create the actual texture, but it still needs to be exported as an image sequence or clip and be applied to a proper 3D geometry in a 3D program or onto a stock primitive or library model in U3D.

Mylenium