You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 47c8694 is the last commit that I know worked on 4.26 (1985912 for 4.27).
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.
The text was updated successfully, but these errors were encountered: