mordentral / VRExpPluginExample

VRE Example Template
https://www.vreue4.com
MIT License
217 stars 84 forks source link

Built in differnt version? #19

Closed Droyer0022 closed 1 year ago

Droyer0022 commented 2 years ago

Hello I downloaded the plugin and tried using the example pack but it keeps telling me to rebuild manually I am not really sure what to do!

mordentral commented 2 years ago

example doesn't come with pre-built binaries because they are too large for the repo. You have to compile it in visual studio

chumchune commented 1 year ago

I also encountered the same warning but, even if I try to compile it in Visual Studio, it still gives the same warning. Am I missing something?

mordentral commented 1 year ago

I also encountered the same warning but, even if I try to compile it in Visual Studio, it still gives the same warning. Am I missing something?

Compile it for Development Editor config, that is what launching with the .uproject uses

chumchune commented 1 year ago

When I'm rebuilding it gives the errors of [The name "IncludeOrderVersion" does not exist in the current context.] and [The name "EngineIncludeOrderVersion" does not exist in the current context.]. I'm running out of ideas...

mordentral commented 1 year ago

When I'm rebuilding it gives the errors of [The name "IncludeOrderVersion" does not exist in the current context.] and [The name "EngineIncludeOrderVersion" does not exist in the current context.]. I'm running out of ideas...

You are building the 5.1 engine version in an earlier engine version. IncludeOrderVersion was added in 5.1, you want to download the #-Locked branch that matches the engine version you are using.

chumchune commented 1 year ago

I checked everywhere to download the branch you mentioned but, I could not find it. Can you share the link of that webpage to download? If there is no webpage for it, I can also download the WinRaR zip, if you share.

mordentral commented 1 year ago

Its here, under the branch list, what engine version are you trying to use and i'll link it.

chumchune commented 1 year ago

OMG! I immediately and finally found it after you saying "Its here"!!! Thanks alot. Best VR developer <3