nanaxsense.blogg.se

Use unity assets in unreal
Use unity assets in unreal















#Use unity assets in unreal install

To install exporter plugin into unity project, copy or symlink "ExodusExport" folder into any location within "Assets" folder and wait for scripts to finish compiling.

  • binaries - this folder contains several precompiled versions but will likely be removed in near future.
  • Then you'll have to rebuild your project and enable the plugin from plugin settings. Within your project, create "Plugins" folder, and copy this folder there.
  • "ExodusImport" folder - This is for unreal side.
  • Copy the folder into somepoint of your unity project to use, and wait for compilation to finish.
  • "ExodusExport" folder - This is a set of scripts used for the conversion itself.
  • Simply copy the folder somewhere within your "assets".
  • SampleScene - this is a simple test for unity.
  • This document is subject to change, and due to the project being developed, may be altered on short notice. The project is available under BSD-3 license, and constists of two plugins - one for unity and one for unreal, and also includes very basic demo scene for unity. The conversion focus solely on assets, ignoring all the game logic (C#) and limitations apply. "ProjectExodus" is a conversion tool intended to convert individual scenes and whole projects from Unity to Unreal engine. This file will be updated to indicate whne supported versions change. While it is possible that the plugin will compile on earlier version, this is not guaranteed).

    use unity assets in unreal

    ProjectExodus Currently supported versions:Ĭurrently supported versions are 2018.3 for Unity, and 4.25 for Unreal 4 (Unreal side of the plugin is tested for 3 latest minor versions of Unreal 4, which currently 4.25.0, 4.24.3, 4.23.1.















    Use unity assets in unreal