codefluegel / vuforia4unreal

Augmented Reality with Vuforia and Unreal Engine 4.16
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

Compiling plugins #9

Closed jBachalo closed 7 years ago

jBachalo commented 7 years ago

Hi Isn't the necessity of compiling the plugins first missing from the Build Instructions? Any chance you could provide a walkthru for C++ novices using VisualStudio?

geovie commented 7 years ago

Yes, there should be at least a link to Visual Studio or something... I will add that! After you have visual studio installed, Unreal will automatically compile the plugin the first time you open the project. There is no interaction with Visual Studio needed to use the plugin!

jBachalo commented 7 years ago

Thanks! Wasn't aware of that. Thought compilation had to happen first in VS.