microsoft / MixedReality-UXTools-Unreal

UX tools and components for developing Mixed Reality applications in UE4.
https://microsoft.github.io/MixedReality-UXTools-Unreal/
MIT License
316 stars 86 forks source link

multi-player use UXTools cant work. #14

Open helloqiqi opened 4 years ago

helloqiqi commented 4 years ago

i can run this UXtools very well for a player ,but while i switch Multi-player mode ,it didnt work.even I catch a box,it cant move with my hand.

luis-valverde-ms commented 4 years ago

@helloqiqi thanks for the feedback. I have a few questions for you to help us look into the issue:

helloqiqi commented 4 years ago

hello,luis-valverde-ms,I use UXT 0.10 version.i have added a generic manipulator to that box,as i said, it can run very well for a player. you can try this test,creat a UE4 C++ project ,add uxtool plugin, multiplayer options with number os player 2 , net mode play as listen server,then play it, you find what i said. i want multiplayer use hololens2, they can join one world and interact with each other with uxtools.

jjimenezg93 commented 4 years ago

Hi @helloqiqi,

We have started to investigate this issue and will keep you updated during the next few working days.

Thanks!

luis-valverde-ms commented 3 years ago

@helloqiqi , we had a look to see if we could get that working quickly but it seems like it may take some time. We want to focus our efforts on improving the single player experience at the moment but we will give this another go in a couple of weeks. I think multiplayer support is key but a solid single player experience comes first as multiplayer builds on it.

Sorry for the inconvenience, we will keep you posted via this issue.

helloqiqi commented 3 years ago

@luis-valverde-ms it's ok,thanks very much for you have done ,single player experience perfect good,multiplayer is the future for many Apps,we are waiting your developments.

arvinkx commented 2 years ago

@luis-valverde-ms Has there been any progress on this yet? Would love to be able to use UXTools in multiplayer experiences in UE4.

luis-valverde-ms commented 2 years ago

@arvinkx I'm afraid there is nothing new to report here. I'd love to look into this but at the moment we're working full time on another project and doing only basic maintenance in UX Tools. I don't think we will have the chance to make progress on this for at least the next 6 months. If you or anyone else want to give it a go and create a PR I'll make sure we find the time to review it.

helloqiqi commented 2 years ago

Thanks very much for maintenance UX tools ,Im going to try use microsft Mesh to finish our projects .

2021年12月14日 17:58,Luis Valverde @.***> 写道:

@arvinkx https://github.com/arvinkx I'm afraid there is nothing new to report here. I'd love to look into this but at the moment we're working full time on another project and doing only basic maintenance in UX Tools. I don't think we will have the chance to make progress on this for at least the next 6 months. If you or anyone else want to give it a go and create a PR I'll make sure we find the time to review it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/microsoft/MixedReality-UXTools-Unreal/issues/14#issuecomment-993367735, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAV7HLVYN3DHODMTN3TBITUQ4IKTANCNFSM4SRV4RIA. 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.

krammak commented 2 years ago

Hi, may I ask if there is any update? I am using UE5 and 0.12.x. I also find failed to use UxtHandInteractionActor as the client of the multiplayer.

luis-valverde-ms commented 2 years ago

Hi @krammak , it is still the same story for the foreseeable future: we only have the resources to do basic maintenance but if a kind soul wants to give it a go we will find the time to review any PRs for this. Sorry for the inconvenience.

krammak commented 2 years ago

Hi @luis-valverde-ms, you guys have already done a great job, thanks a lot for the maintenance. Wishes the UXTools can get more attention. Although I am a C++ newbie, I would try to dig into the code.