mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
595 stars 140 forks source link

UE5 Not Loading With Plugin #22

Closed CardsAndGamesYT closed 2 years ago

CardsAndGamesYT commented 2 years ago

Hey, I'm trying to use the ue5 version of this plugin on my game. when i enabled the plugin i keep getting this pop up when i load the project. image not sure what the issue is as there is only 1 version of ue5... And just for some info, im using the UE5-Prerelease branch

mordentral commented 2 years ago

You have to compile the plugin for it, I don't have pre-compiled binaries for the EA engine.

CardsAndGamesYT commented 2 years ago

how could i do this?

mordentral commented 2 years ago

Load up the project in visual studio and build it for Development Editor

My vr plugins compilation tutorial is the same steps:

https://vreue4.com/documentation?section=installation

CardsAndGamesYT commented 2 years ago

Thankyou! :)