Skip to content
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

A certain step cannot continue, binding the character when the key does not respond. #11

Open
lifenots opened this issue Nov 25, 2021 · 6 comments

Comments

@lifenots
Copy link

Thank you very much for sharing the project, I can't speak English, but thank you very much.

InstalledPlugins:

  • LiveLinkControlRig
  • LiveLinkXR
  • ControlRig
  • FullBodyIK
  • EditorScriptingUtilities
  • RigLogic
  • SequencerScripting
  • HairStrands
    Untitled
    2
    3
    4
@Megasteakman
Copy link
Owner

Thank you for being so thorough with your notes! That is very helpful for me. If the Metahuman animation blueprint is on the body mesh, everything should be correct. As long as you are clicking into the game view after the game launches, it should be good to go, but I have noticed that input is a bit intermittent in the UE4 editor.

If you aren't getting inputs, it could be a problem with steam vr. I've noticed sometimes if I don't boot up my controllers first, a tracker can assume that role and even when pairing controllers I don't get input. This is extremely rare however, and doesn't persist.

I put an event that you can hook up at the end of Begin Play that runs into the calibration process after a delay.

If you are using index controllers, you can also try this project. This is the empty project I use for all my coding/tests: https://www.dropbox.com/s/trdhmvlpp45ozgr/VRMocap_427.rar?dl=0

Let me know if this helps.

@lifenots
Copy link
Author

Thank you for being so thorough with your notes! That is very helpful for me. If the Metahuman animation blueprint is on the body mesh, everything should be correct. As long as you are clicking into the game view after the game launches, it should be good to go, but I have noticed that input is a bit intermittent in the UE4 editor.

If you aren't getting inputs, it could be a problem with steam vr. I've noticed sometimes if I don't boot up my controllers first, a tracker can assume that role and even when pairing controllers I don't get input. This is extremely rare however, and doesn't persist.

I put an event that you can hook up at the end of Begin Play that runs into the calibration process after a delay.

If you are using index controllers, you can also try this project. This is the empty project I use for all my coding/tests: https://www.dropbox.com/s/trdhmvlpp45ozgr/VRMocap_427.rar?dl=0

Let me know if this helps.

New.questions_x264.mp4

Thank you very much for solving the above problem, I checked the Youtube tutorial over and over again to make sure that game gets Mouse Control was opened because one step was missing. But immediately faced with the second problem, double-clicking at the same time press B after the character immediately uncontrollable, automatically pan forward, and out of control. The keystrokes are valid when there is no synchronization.

@lifenots lifenots reopened this Nov 25, 2021
@Megasteakman
Copy link
Owner

Megasteakman commented Nov 25, 2021

That looks like what happens when there is no animation blueprint (or the wrong animation blueprint) is on the character. Here's what I think it is.

https://www.youtube.com/watch?v=yS2Yy2wL1jQ

@lifenots
Copy link
Author

lifenots commented Nov 26, 2021

That looks like what happens when there is no animation blueprint (or the wrong animation blueprint) is on the character. Here's what I think it is.

https://www.youtube.com/watch?v=yS2Yy2wL1jQ

2021-11-26-13-53-35_x264.mp4

Thank you very much to the author, the setting function is effective, has been able to link correctly, but the action still can not track, the blueprint has a lot of errors, I am new, feel the problem eventually points to a setting, but I can not find out, disturb you rest very sorry
Snipaste_2021-11-26_14-04-48
Snipaste_2021-11-26_14-05-05
.

@lifenots
Copy link
Author

I carefully compared the configuration in your video, which is the same

@zhangfa
Copy link

zhangfa commented Dec 13, 2021

Thank you for being so thorough with your notes! That is very helpful for me. If the Metahuman animation blueprint is on the body mesh, everything should be correct. As long as you are clicking into the game view after the game launches, it should be good to go, but I have noticed that input is a bit intermittent in the UE4 editor.

If you aren't getting inputs, it could be a problem with steam vr. I've noticed sometimes if I don't boot up my controllers first, a tracker can assume that role and even when pairing controllers I don't get input. This is extremely rare however, and doesn't persist.

I put an event that you can hook up at the end of Begin Play that runs into the calibration process after a delay.

If you are using index controllers, you can also try this project. This is the empty project I use for all my coding/tests: https://www.dropbox.com/s/trdhmvlpp45ozgr/VRMocap_427.rar?dl=0

Let me know if this helps.

This rar package was broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants