Initial Pawn Replication
Merge motion controller fix first!
Added simple pawn replication to be used in a multi user setup:
-
Replicate pawn movement (simple transform sync): -
Replicate cont. movement -
Replicate teleport -
Replicate teleport visuals-> do in follow up -
Replicate inputs instead of transform sync-> do in follow up
-
-
Replicate CameraComponent -
Replicate MotionControllerComponents -
Add Head/Hand visuals -
Test on Desktop -
Test VR - VR -
Test CAVE
Merge request reports
Activity
added Feature Work in Progress + 1 deleted label
requested review from @daniel.rupp
assigned to @david.gilbert
Again, as this is quite a lot, would be great if @daniel.rupp and @jonathan.ehret could look over it.
added 4 commits
-
0b571851...56c0f205 - 3 commits from branch
dev/5.3
- a9bce761 - Merge branch 'dev/5.3' into 'feature/pawn_replication'
-
0b571851...56c0f205 - 3 commits from branch
added 4 commits
-
9a4fb505...fa6c5525 - 3 commits from branch
dev/5.3
- 369342b7 - Merge remote-tracking branch 'remotes/origin/dev/5.3' into feature/pawn_replication
-
9a4fb505...fa6c5525 - 3 commits from branch
removed Work in Progress label
added Ready for Merge label
This is basically done now. Would like to merge it asap as it has some further structural changes that could be important for other people working on it.
Edited by David Gilbertrequested review from @jonathan.ehret and removed review request for @daniel.rupp
added 1 commit
- 90491a74 - removed static functions from Utility/VirtualRealityUtilities because their...
added 1 commit
- bc0642e9 - Set player state variable to hmd/desktop when pawn input is set up. Not the...
added 1 commit
- 4106c08e - Forgot to think about at least one edge case for player types. Needs to be...
- Resolved by David Gilbert
Currently there is some logic in the example blueprint pawn, can we somehow move this to C++?
added 1 commit
- 94f9fde1 - Moved LiveLink evaluation from pawn BP to C++
added 9 commits
-
bfa60b74...23e17b4a - 8 commits from branch
dev/5.3
- 3bd1d249 - Merge remote-tracking branch 'remotes/origin/dev/5.3' into feature/pawn_replication
-
bfa60b74...23e17b4a - 8 commits from branch
added 1 commit
- 642246bb - Some more minor adjustments to VR Interaction Comp.
mentioned in commit ce188108