Commit Graph
100 Commits
Author SHA1 Message Date
Mamadou Babaei a317fff13a fix a bug inside USGVirtualHandComponent::PostEditChangeProperty() where the get member name check happens against the wrong class and member names 2024-10-11 10:28:44 +02:00
Mamadou Babaei 4bcefad1fb fix a grammatical typo in a comment 2024-10-11 10:16:56 +02:00
Mamadou Babaei dd0a957e51 bump the plugin version to v2.1.2 2024-09-02 19:33:46 +02:00
Mamadou Babaei ef70e1ed95 update the changelog 2024-09-02 19:33:25 +02:00
Mamadou Babaei a6b10fdfba update the changelog 2024-09-02 19:27:42 +02:00
Mamadou Babaei 5039631404 fix a few virtual hand component visibility issues 2024-09-02 19:27:26 +02:00
Mamadou Babaei c1a3f7fedf fix the non-existent default hand-mesh warnings polluting the logs when packaging the game 2024-09-02 18:53:21 +02:00
Mamadou Babaei 7c3b0f4a3c update the changelog 2024-09-02 18:12:36 +02:00
Mamadou Babaei 938738cd49 fix the wrong script name for USXRTrackerKismetLibrary 2024-09-02 18:10:41 +02:00
Mamadou Babaei 9f8d32eca2 fix the wrong script name for USGHMDTrackerKismetLibrary 2024-09-02 18:09:27 +02:00
Mamadou Babaei 3db59b0271 expand the clickable area on the handbook index page revision buttons 2024-08-19 10:49:36 +02:00
Mamadou Babaei 32f6247479 an overview title fix to match the summary file 2024-08-19 07:26:29 +02:00
Mamadou Babaei 8c39ba0c38 bump the SenseGlove Unreal Engine Plugin to v2.1.1 2024-08-18 01:45:41 +02:00
Mamadou Babaei de401b56fe fix documentation typos 2024-08-18 01:44:56 +02:00
Mamadou Babaei 3f4c509d63 fix a bug where SG_GIT_IS_SHALLOW_CLONE while building the handbook is always set to yes even if it's not a shadow clone 2024-08-18 01:30:45 +02:00
Mamadou Babaei a39e363a94 fix a bug that causes a handbook revision mismatch when deploying the handbook from the dev branch 2024-08-18 00:25:23 +02:00
Mamadou Babaei 1647dabad8 bump the plugin version to v2.1.0 2024-08-16 19:52:33 +02:00
Mamadou Babaei 5a0798482a extract the git version from the remote repo when it's a shallow clone to allow the sgum-packager work with release branches 2024-08-16 19:08:20 +02:00
Mamadou Babaei 674f6c4f59 determine the value of mdbook site-url from the makefile instead of hardcoding it per branch 2024-08-16 15:12:12 +02:00
Mamadou Babaei d40ace3c58 fix ue 5.4 runuat build issues inside the sggrabcomponent caused by missing headers 2024-08-16 13:02:59 +02:00
Mamadou Babaei 83eae9a481 fix a broken url 2024-08-16 12:54:58 +02:00
Mamadou Babaei 675bfb0691 add make pack to the output of make help 2024-08-16 12:48:43 +02:00
Mamadou Babaei 1d22602bca fix a broken url 2024-08-16 12:35:16 +02:00
Mamadou Babaei d4946aa8af fix a url 2024-08-16 12:33:40 +02:00
Mamadou Babaei be8e97f265 add topic: Upgrade Guide 2024-08-16 12:30:28 +02:00
Mamadou Babaei 9cdd544d61 add the sub-topic: Optimizing Unreal Projects for Mobile 2024-08-16 11:05:57 +02:00
Mamadou Babaei e347e6fc7b formatting fixes 2024-08-15 16:35:28 +02:00
Mamadou Babaei 7d202ca0c0 add topic: Optimizing Your Project for Higher FPS 2024-08-15 16:22:01 +02:00
Mamadou Babaei bb4d8669f0 lock cargo dependencies for the hadbook to pecific major/minor releases and not patch releases 2024-08-14 19:04:46 +02:00
Mamadou Babaei bcf3c413c4 clarify the note about how the separation of the real and virtual hand rendering is broken 2024-08-14 18:58:55 +02:00
Mamadou Babaei 9f325b2b5d fix a typo 2024-08-14 17:58:15 +02:00
Mamadou Babaei 4c5d083d6a remove troublesome inline keywords added by jetbrains rider 2024-08-14 17:51:23 +02:00
Mamadou Babaei 51efe0c411 mark the separation of the real and virtual hand rendering as broken and a note to the known issues section 2024-08-14 16:53:04 +02:00
Mamadou Babaei 5d4a2be8ee fix a few bugs that does affect the real hand collision events because of SetVisibility and redundant checking against grabbed actor 2024-08-14 16:10:47 +02:00
Mamadou Babaei e078e74273 replace SGPawn::FImpl::EnableActorPhysics() and SGPawn::FImpl::DisableActorPhysics() with USGGrabComponent::SimulatePhysics() 2024-08-14 15:26:42 +02:00
Mamadou Babaei 4047a9ac32 enable bGravityEnabled, bSimulatePhysics, and call WakeRigidBody on grab component's owning actor at BeginPlay() if bAffectPhysicsState is enabled 2024-08-14 15:13:13 +02:00
Mamadou Babaei 9fffbf5937 document Configuring the SGPawn and Plugin Virtual Hand Mesh Settings as the final step in setting up the virtual hand meshes 2024-08-14 14:22:58 +02:00
Mamadou Babaei 45fe8f29a0 fix a typo 2024-08-14 13:46:23 +02:00
Mamadou Babaei 676db38715 use the value of GrabAttachPointSocketName from the plugin settings as default for USGGrabComponent's AttachmentSocketName uproperty 2024-08-14 13:44:05 +02:00
Mamadou Babaei 66ca821fc9 add the sgbasicdemo-openxr repository to the examples and demo projects section 2024-08-14 10:56:01 +02:00
Mamadou Babaei d764f12bf7 minor fix 2024-08-13 20:08:16 +02:00
Mamadou Babaei a420bc1fad add video tutorials 2024-08-13 19:57:43 +02:00
Mamadou Babaei 4ead034fb2 add the contents for setting up the grab/release, and the touch systems 2024-08-13 19:49:24 +02:00
Mamadou Babaei c154f5d6ef add another android note 2024-08-13 18:35:00 +02:00
Mamadou Babaei 6e487b99b5 fix the display name for various overloads of the Blueprint-exposed function Queue Command Vibro Level to expose sensible display names. 2024-08-13 16:42:53 +02:00
Mamadou Babaei ab176291a0 a changelog fix 2024-08-13 16:38:17 +02:00
Mamadou Babaei 386dadacc8 fix a topic title 2024-08-13 16:27:07 +02:00
Mamadou Babaei eff7fe5d57 minor fix 2024-08-13 16:25:37 +02:00
Mamadou Babaei 24e750be5a add topic: Deploying to Android (Standalone) 2024-08-13 16:11:45 +02:00
Mamadou Babaei e781f96ae3 add a note in regards to meta xr and vive openxr plugins incompatibility 2024-08-13 15:47:07 +02:00
Mamadou Babaei d46048a5ce add instructions: Setting up the SenseGlove Grab and Touch Sockets 2024-08-13 14:59:59 +02:00
Mamadou Babaei 6520638931 remove irrelevant section as it's already set up by the plugin automatically 2024-08-13 12:53:29 +02:00
Mamadou Babaei 75ced892d5 mention a relevant video tutorial 2024-08-13 12:47:29 +02:00
Mamadou Babaei 18f89bc74d close the div tag properly 2024-08-13 12:46:35 +02:00
Mamadou Babaei 3e911a3a88 add the instructions for: Setting up the Rigid Bodies 2024-08-13 12:41:48 +02:00
Mamadou Babaei 67184eb267 fix license titles 2024-08-13 11:07:09 +02:00
Mamadou Babaei cae1839ad1 add instructions for importing / exporting compatible virtual hand meshes 2024-08-10 23:20:03 +02:00
Mamadou Babaei cd467fc6cc minor fix 2024-08-10 23:20:03 +02:00
Mamadou Babaei 9633452141 update the overview section 2024-08-10 23:20:03 +02:00
Mamadou Babaei a028abc8ae add the content for setting up the wrist tracking hardware section 2024-08-10 23:20:00 +02:00
Mamadou Babaei a4a4bbdb74 add important notes for setting up the wrist tracker and virtual hands 2024-08-10 19:42:25 +02:00
Mamadou Babaei 3df70c8c3c add the complete documentation for setting up the senseglove default classes 2024-08-10 19:42:15 +02:00
Mamadou Babaei 52905c9fb5 fix a build issue on ue 5.2 2024-08-08 14:39:23 +02:00
Mamadou Babaei fe537ee846 apply summary.md changes to the overview page 2024-08-08 13:52:11 +02:00
Mamadou Babaei 36a2c91cf5 fix borken links 2024-08-08 13:38:21 +02:00
Mamadou Babaei dda05682b5 add more topics to the menu 2024-08-08 13:19:38 +02:00
Mamadou Babaei 157f2e5a26 minor fix 2024-08-08 13:14:24 +02:00
Mamadou Babaei 1757efc37d add the introduction to the senseglove default classes 2024-08-08 13:11:01 +02:00
Mamadou Babaei 2ba224d20c fix the wrong content path 2024-08-08 20:13:35 +02:00
Mamadou Babaei db0acfc569 fix README.md broken links 2024-08-08 10:18:17 +02:00
Mamadou Babaei d49c22cdb4 add a caution for bvalidateifdefaultclassesaresgcompliant 2024-08-08 09:50:27 +02:00
Mamadou Babaei 58eadf3ff6 fix a typo 2024-08-08 09:40:08 +02:00
Mamadou Babaei db9c9a6c78 add the console commands SG_GetEngineScalabilitySettings and SG_SetEngineScalabilitySettings 2024-08-08 09:21:42 +02:00
Mamadou Babaei 38352fba3c add the license terms for the handbook 2024-08-08 08:44:14 +02:00
Mamadou Babaei 06893b0a1d add the boilerplate for setting up the senseglove default classes 2024-08-08 08:30:04 +02:00
Mamadou Babaei 3e7563a05e fix broken links in the overview page by adding .. to the relative urls 2024-08-08 07:34:41 +02:00
Mamadou Babaei 68091aeefb fix broken index/readme.md links in the overview page 2024-08-08 07:32:17 +02:00
Mamadou Babaei 2b908007c5 minor fix 2024-08-08 07:30:39 +02:00
Mamadou Babaei adf89c62d9 add the content for the overview page 2024-08-08 07:28:44 +02:00
Mamadou Babaei c0b6814e5b minor fix 2024-08-08 07:17:31 +02:00
Mamadou Babaei 84685d8bac complete the plugin configuration, settings, and overrides, sections 2024-08-07 23:44:31 +02:00
Mamadou Babaei d73a4a557e improve the repo's main readme file 2024-08-07 18:51:24 +02:00
Mamadou Babaei 1d69364fb3 reference the handbook's extra resources 2024-08-07 18:31:06 +02:00
Mamadou Babaei 8f1dc0c5a6 bring on par the SGSettings blueprint api with the cpp api 2024-08-07 18:29:13 +02:00
Mamadou Babaei 3259f173d3 add some custom css styles for better html formatting 2024-08-07 18:25:19 +02:00
Mamadou Babaei cd906cf6ce add the plugin-settings section 2024-08-05 16:42:04 +02:00
Mamadou Babaei 556be09a51 add a note about Hand and Body Tracking settings 2024-08-05 16:27:37 +02:00
Mamadou Babaei 47280c93f5 add the sensecom documentation 2024-08-02 17:02:07 +02:00
Mamadou Babaei b4fbe90f54 add a caution in regards to broken meta quest hmds on steamvr 2024-08-02 13:32:29 +02:00
Mamadou Babaei bbadbf7e6e fix youtube video urls 2024-08-02 12:45:14 +02:00
Mamadou Babaei aef68e09e7 whitespace fix 2024-08-02 10:52:19 +02:00
Mamadou Babaei 9520a2f8ec add the low level api documentation 2024-08-02 10:33:32 +02:00
Mamadou Babaei 7e6b641c4b complete installation instructions 2024-08-01 19:47:18 +02:00
Mamadou Babaei 94c7c251d8 Revert "move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings"
This reverts commit e16c1d216f.
2024-08-01 15:09:21 +02:00
Mamadou Babaei e16c1d216f move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings 2024-08-01 15:08:33 +02:00
Mamadou Babaei f2b0aafa8d add an important alert 2024-08-01 10:37:39 +02:00
Mamadou Babaei a2d9f37ebf minor fixes 2024-08-01 10:37:06 +02:00
Mamadou Babaei 189b3a9389 fix a broken link 2024-07-31 19:41:52 +02:00
Mamadou Babaei 2637f3d795 add instructions: Enabling XR_EXT_hand_tracking OpenXR extension on VR Headsets 2024-07-31 19:27:04 +02:00
Mamadou Babaei 27bab8e6e7 add topic: Extra Resources 2024-07-31 18:50:27 +02:00