how to open UE scene with Volinga in Aximmetry

 

【My goal】

open UE scene with Volinga in Aximmetry


【My Current issues】

・I can't open UE for Aximmetry5.3 with Volinga plugin

 (I could open Normal UE5.3 with Volinga plugin and gaussian splatting data)

how to open UE scene with Volinga in Aximmetry


【My Questions】

①how can I open UE for Aximmetry5.3 with Volinga plugin

②↑If I can solve it, Can I open UE scene with Volinga in Aximmetry after cooking?

  (I could open UE for Aximmetry5.4 with Volinga plugin, but I couldn't open UE scene with Volinga in Aximmetry. Unreal and Aximmetry versions are always same.)

※If it's possible, I want to use UE for Aximmetry5.3 and Aximmetry 2023.3.2.

   Japanese

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

If you are using Aximmetry versions earlier than 2024.1.0, the Volinga plugin will not work because plugins were installed differently in earlier versions. For versions 2024.1.0 and later, Volinga should work if you copy the plugin into the Plugins folder of your project. If your project does not yet have a Plugins folder, you need to create one.

However, even after this, cooking will still not work. To resolve this and successfully cook, please follow these steps from the start:

  1. Open your project without the Volinga plugin.
  2. Enable the nDisplay plugin, then save the project and exit.
  3. Copy the Volinga plugin to the following directory: Your_Unreal_Project\Plugins. Note: You may need to create this Plugins folder if it doesn't already exist.
  4. Locate the file Plugins\VolingaRenderer\VolingaRenderer.uplugin and open it in a text editor.
  5. Remove the following section from the end of the file. Be sure to include the comma at the beginning:
    ,
    "Plugins": [   
      {     
        "Name": "nDisplay",     
        "Enabled": true,     
        "SupportedTargetPlatforms": [       
          "Win64",       
          "Linux"     
        ]   
      }
    ]
  6. Open the project in Unreal for Aximmetry and enable the Volinga plugin.


Warmest regards,

 
Profile Image
Japanese
  -  

Unfortunately I tried as you said but it didn't work. I also posted a possible solution to this problem on the forum here. I hope you can answer it there.
https://my.aximmetry.com/post/4686-does-volinga-work-in-aximmetry-cooked-mo

;