-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't install it! #7
Comments
Hi, Did you set up SSH keys? If not, you can try cloning using HTTPS:
|
Yes I did. But ended up with and error message that reads: |
This is not an error message, it's the normal process. You need to build the plugin, as binaries aren't provided for it. If you have the standard UE build environment (e.g., Visual Studio 2019), it should work. |
I need to build a plugin. How do I do that? |
You can find documentation on building plugin in Unreal Engine online, here's one example: https://dev.epicgames.com/community/learning/tutorials/qz93/unreal-engine-building-plugins I would recommend the "Using Visual Studio" way, but all should work. |
But it says "This project does not have any source code. You need to add C++ source files to the project from the Editor before you can generate project files." |
For now I don't provide pre-built binaries for this plugin, so in order to build it, you indeed need an Unreal project using C++. |
Also the error occured saying: "??? could not be compiled. Try rebuilding from source manually" |
I tried installing using git but it causes and error:
Cloning into 'OpenDRIVE'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The text was updated successfully, but these errors were encountered: