brifsttar / OpenDRIVE

Unreal Engine OpenDRIVE plugin
Mozilla Public License 2.0
157 stars 30 forks source link

Cannot open .uproject #21

Open yatogamihoza opened 1 month ago

yatogamihoza commented 1 month ago

Thank you for developing this plugin. I also have some problems like that screenshot at the beginning of issue #15. I've tried it by UE 4.26.2 many times but it still didn't work.

I created a blank project, and added a C++ class. Then, downloaded the plugin and put it in \UE_4.26\Engine\Plugins (I installed UE here). Next, opened the .uproject, activated the plugin, and when I restart the project, the error message appeared. I deleted .vs, Binaries, Intermediate, Saved folder and proxodr.sln, then generated those files. I opened the .sln and rebuilt the project, it was succeed. But, when I want to open the .uproject, the error message still appeared. What should I do to solve it? Do I must install CARLA? I look forward to your reply.

brifsttar commented 1 month ago

Hi,

Then, downloaded the plugin and put it in \UE_4.26\Engine\Plugins (I installed UE here).

Have you tried installing the plugin inside your project folder instead (<your_project>/Plugins) ? I don't think it works by installing in the Engine, unless you rebuild the engine yourself. If that's indeed the issue, I'll add that to the README.

Also, if you're on 4.26, I think 47c8694f is the last commit that I know worked on 4.26 (19859126 for 4.27).