-
Notifications
You must be signed in to change notification settings - Fork 127
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
4.25 #89
base: master
Are you sure you want to change the base?
4.25 #89
Conversation
I just update a new version that supports packaging. Hope it useful to who concern about it https://github.com/wongsinglam/Dataset_Synthesizer/tree/4.25-packaging |
@wongsinglam what do you mean by packaging? |
@Ademord Hi, Packaging means packaging your UE4 projects. https://docs.unrealengine.com/en-US/Engine/Basics/Projects/Packaging/index.html. It depends on if you need packaging. The previous version has problems with packaging but it has no problem using NDDS tools. For my project, I need to package the project and in this case, I found some bugs and have fixed it. |
So this works for 4.25? For the 4.24 version I had to install the game development c++ plugin in visual studio before it would compile. |
@wightwhale yes, sure. You can try it. |
hi. I built your code with UE4.25.4 and I have a compiler error. |
Hi, I just test my code. It works in 4.25.4. As for error you met, I guess it is due to the solution configurations and solution platforms in visual studio. Please check and select development editor and win64. In my repository, 4.25-packaging. You can use it for packaging a project. I actually use only the plugin in this project. I migrate the plugin to my own project. In my case, it works perfectly. If you find something useful, please tell me, thank you. |
Oh I see. For other visitors, |
Based on #47 (comment) work, I upgrade NDDS to support 4.25.