wongfei / ue4-mediapipe-plugin

UE4 MediaPipe plugin
Apache License 2.0
294 stars 99 forks source link

UE4.23.1 #26

Closed aaronvdbrugge closed 2 years ago

aaronvdbrugge commented 2 years ago

Hi Wongfei,

Can I reach out personally to you, to ask how we could use MediaPipe for UE4.23.1?

Thank you for your time, it is valued.

wongfei commented 2 years ago

copy dir "ue4-mediapipe-plugin\Plugins\MediaPipe" to "yourproject423\Plugins\MediaPipe"

delete "yourproject423\Plugins\MediaPipe\Binaries" "yourproject423\Plugins\MediaPipe\Intermediate"

edit "yourproject423\Plugins\MediaPipe\MediaPipe.uplugin" change "EngineVersion": "4.26.0" to "EngineVersion": "4.23.0"

edit "yourproject423\yourproject423.uproject" add after modules

"Plugins": [
    {
        "Name": "MediaPipe",
        "Enabled": true
    }
]

launch the project

ps. in case it's blueprint only project add empty c++ class (actor or function library)

aaronvdbrugge commented 2 years ago

Thank you so much! I'll let you know if anything comes up.

Sincerely / Met vriendelijke groeten, Aaron van der Brugge

On Tue, Mar 8, 2022 at 4:29 PM wongfei @.***> wrote:

copy dir "ue4-mediapipe-plugin\Plugins\MediaPipe" to "yourproject423\Plugins\MediaPipe"

delete "yourproject423\Plugins\MediaPipe\Binaries" "yourproject423\Plugins\MediaPipe\Intermediate"

edit "yourproject423\Plugins\MediaPipe\MediaPipe.uplugin" change "EngineVersion": "4.26.0" to "EngineVersion": "4.23.0"

edit "yourproject423\yourproject423.uproject" add after modules

"Plugins": [ { "Name": "MediaPipe", "Enabled": true } ]

launch the project

— Reply to this email directly, view it on GitHub https://github.com/wongfei/ue4-mediapipe-plugin/issues/26#issuecomment-1061486924, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZ2ZW7DOOQ3H4NHLIR3KK3U636W5ANCNFSM5QFCRZGQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

aaronvdbrugge commented 2 years ago

So I'm having trouble opening the project in Unity 2.26. I want to see what the scenes look like because it will help me understand how I am supposed to use this plugin. So I open it in Unity 2.26.2, but it asks to rebuild and then I get this error:

Screen Shot 2022-03-10 at 3 56 01 PM

Please help?

aaronvdbrugge commented 2 years ago

Ah, so I see the plugin only supports Windows. Is there any way to open the project on a Mac?

Will an HTML5 package work?

aaronvdbrugge commented 2 years ago

So I tried it on Windows but we are not able to open the project at all in 4.26. What could be the issue?

wongfei commented 2 years ago

upload "ue4-mediapipe-plugin\Saved\Logs\MediaPipeDemo.log"

aaronvdbrugge commented 2 years ago

It doesn't make a Saved/Logs folder, I checked. :-/

Screen Shot 2022-03-11 at 4 40 57 PM

This is the state of the folder after trying to open it. Please don't mind the XCode project, I was trying out some stuff to fix it.

Same issue on Windows. Even with the plugin disabled. Using UE4.26.2

Thanks for your time.

Sincerely / Met vriendelijke groeten, Aaron van der Brugge

On Fri, Mar 11, 2022 at 4:34 PM wongfei @.***> wrote:

upload "ue4-mediapipe-plugin\Saved\Logs\MediaPipeDemo.log"

— Reply to this email directly, view it on GitHub https://github.com/wongfei/ue4-mediapipe-plugin/issues/26#issuecomment-1064850736, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZ2ZW72GPQJIRSBG6FYLN3U7LZQXANCNFSM5QFCRZGQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>