Commit Graph
100 Commits
Author SHA1 Message Date
Mamadou Babaei 2571b7e163 fix the non-existent default hand-mesh warnings polluting the logs when packaging the game 2024-09-02 19:38:35 +02:00
Mamadou Babaei 15c713d27e update the changelog 2024-09-02 19:38:35 +02:00
Mamadou Babaei a1be910d47 fix the wrong script name for USXRTrackerKismetLibrary 2024-09-02 19:38:35 +02:00
Mamadou Babaei c0e286ac44 fix the wrong script name for USGHMDTrackerKismetLibrary 2024-09-02 19:38:35 +02:00
Mamadou Babaei e7a7e2bde8 expand the clickable area on the handbook index page revision buttons 2024-09-02 19:38:35 +02:00
Mamadou Babaei 2cedcdc18e an overview title fix to match the summary file 2024-09-02 19:38:35 +02:00
Mamadou Babaei deced25632 bump the SenseGlove Unreal Engine Plugin to v2.1.1 2024-08-18 01:46:53 +02:00
Mamadou Babaei e7a5321c8e fix documentation typos 2024-08-18 01:46:52 +02:00
Mamadou Babaei 21738c2c48 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:32:52 +02:00
Mamadou Babaei fbe29db4dc removed android ndk r25 armv7 and x86 dependencies brought back by mistake while merging v2.1.0 from the dev branch to the master branch 2024-08-18 00:55:33 +02:00
Mamadou Babaei e917182c17 fix a bug that causes a handbook revision mismatch when deploying the handbook from the dev branch 2024-08-18 00:28:34 +02:00
Mamadou Babaei 39b5ee1191 fix the messed up changelog file caused by cherry-picking merge conflicts between the dev branch and the master branch 2024-08-18 00:10:39 +02:00
Mamadou Babaei 286e851a51 bump the plugin version to v2.1.0 2024-08-16 19:55:25 +02:00
Mamadou Babaei 90cca59373 fix build issues caused by cherry-pick order between v2.0.x and v2.1.x releases; the dev branch already contains these fixes 2024-08-16 19:55:25 +02:00
Mamadou Babaei e3d1e0d23d 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:09:26 +02:00
Mamadou Babaei 1333e31eb0 determine the value of mdbook site-url from the makefile instead of hardcoding it per branch 2024-08-16 18:02:20 +02:00
Mamadou Babaei 798bc8a234 fix ue 5.4 runuat build issues inside the sggrabcomponent caused by missing headers 2024-08-16 18:02:20 +02:00
Mamadou Babaei 9365172b71 fix a broken url 2024-08-16 18:02:20 +02:00
Mamadou Babaei 3b4a5d256c add make pack to the output of make help 2024-08-16 18:02:20 +02:00
Mamadou Babaei fee2efe304 fix a broken url 2024-08-16 18:02:20 +02:00
Mamadou Babaei 3bd4467aa8 fix a url 2024-08-16 18:02:20 +02:00
Mamadou Babaei fa295ee1f3 add topic: Upgrade Guide 2024-08-16 18:02:19 +02:00
Mamadou Babaei 90f0fa86ac add the sub-topic: Optimizing Unreal Projects for Mobile 2024-08-16 18:02:19 +02:00
Mamadou Babaei eefce4faba formatting fixes 2024-08-16 18:02:19 +02:00
Mamadou Babaei a26d72a39c add topic: Optimizing Your Project for Higher FPS 2024-08-16 18:02:19 +02:00
Mamadou Babaei 2e4ee273c1 lock cargo dependencies for the hadbook to pecific major/minor releases and not patch releases 2024-08-16 18:02:19 +02:00
Mamadou Babaei 8107cadfbe clarify the note about how the separation of the real and virtual hand rendering is broken 2024-08-16 18:02:19 +02:00
Mamadou Babaei 239408f261 fix a typo 2024-08-16 18:02:19 +02:00
Mamadou Babaei 0240e62b84 remove troublesome inline keywords added by jetbrains rider 2024-08-16 18:02:19 +02:00
Mamadou Babaei fb114a4a28 mark the separation of the real and virtual hand rendering as broken and a note to the known issues section 2024-08-16 18:02:19 +02:00
Mamadou Babaei 41b4de7d55 fix a few bugs that does affect the real hand collision events because of SetVisibility and redundant checking against grabbed actor 2024-08-16 18:02:19 +02:00
Mamadou Babaei 9a76aa7d01 replace SGPawn::FImpl::EnableActorPhysics() and SGPawn::FImpl::DisableActorPhysics() with USGGrabComponent::SimulatePhysics() 2024-08-16 18:02:19 +02:00
Mamadou Babaei 6dbc6542c5 enable bGravityEnabled, bSimulatePhysics, and call WakeRigidBody on grab component's owning actor at BeginPlay() if bAffectPhysicsState is enabled 2024-08-16 18:02:19 +02:00
Mamadou Babaei 678c06fb04 document Configuring the SGPawn and Plugin Virtual Hand Mesh Settings as the final step in setting up the virtual hand meshes 2024-08-16 18:02:19 +02:00
Mamadou Babaei a15096eb64 fix a typo 2024-08-16 18:02:19 +02:00
Mamadou Babaei db2c11079c use the value of GrabAttachPointSocketName from the plugin settings as default for USGGrabComponent's AttachmentSocketName uproperty 2024-08-16 18:02:19 +02:00
Mamadou Babaei 551eca3985 add the sgbasicdemo-openxr repository to the examples and demo projects section 2024-08-16 18:02:19 +02:00
Mamadou Babaei be79401fe4 minor fix 2024-08-16 18:02:19 +02:00
Mamadou Babaei 5f05dff18d add video tutorials 2024-08-16 18:02:19 +02:00
Mamadou Babaei 6bbb914f47 add the contents for setting up the grab/release, and the touch systems 2024-08-16 18:02:18 +02:00
Mamadou Babaei c1592c4e47 add another android note 2024-08-16 18:02:18 +02:00
Mamadou Babaei 1db97c3904 fix the display name for various overloads of the Blueprint-exposed function Queue Command Vibro Level to expose sensible display names. 2024-08-16 18:02:18 +02:00
Mamadou Babaei 18228372a6 a changelog fix 2024-08-16 18:02:18 +02:00
Mamadou Babaei 2f9f7b415f fix a topic title 2024-08-16 18:02:18 +02:00
Mamadou Babaei 08088ca7fb minor fix 2024-08-16 18:02:18 +02:00
Mamadou Babaei 67d309d52d add topic: Deploying to Android (Standalone) 2024-08-16 18:02:18 +02:00
Mamadou Babaei eac5365c3e add a note in regards to meta xr and vive openxr plugins incompatibility 2024-08-16 18:02:18 +02:00
Mamadou Babaei 0ddd216a55 add instructions: Setting up the SenseGlove Grab and Touch Sockets 2024-08-16 18:02:18 +02:00
Mamadou Babaei 237d2c4c53 remove irrelevant section as it's already set up by the plugin automatically 2024-08-16 18:02:18 +02:00
Mamadou Babaei 2b0abbca20 mention a relevant video tutorial 2024-08-16 18:02:18 +02:00
Mamadou Babaei 9541756129 close the div tag properly 2024-08-16 18:02:18 +02:00
Mamadou Babaei b7d50f58d3 add the instructions for: Setting up the Rigid Bodies 2024-08-16 18:02:18 +02:00
Mamadou Babaei 37a99e477b fix license titles 2024-08-16 18:02:18 +02:00
Mamadou Babaei 7475b269a9 add instructions for importing / exporting compatible virtual hand meshes 2024-08-16 18:02:18 +02:00
Mamadou Babaei 2563df8191 minor fix 2024-08-16 18:02:17 +02:00
Mamadou Babaei df3adfe980 update the overview section 2024-08-16 18:02:17 +02:00
Mamadou Babaei 6acdd37103 add the content for setting up the wrist tracking hardware section 2024-08-16 18:02:17 +02:00
Mamadou Babaei 3729e80c51 add important notes for setting up the wrist tracker and virtual hands 2024-08-16 18:02:17 +02:00
Mamadou Babaei b4be6851c5 add the complete documentation for setting up the senseglove default classes 2024-08-16 18:02:17 +02:00
Mamadou Babaei da2c0b3f34 fix a build issue on ue 5.2 2024-08-16 18:02:17 +02:00
Mamadou Babaei 67c8ccdf65 apply summary.md changes to the overview page 2024-08-16 18:02:17 +02:00
Mamadou Babaei 8084bc5005 fix borken links 2024-08-16 18:02:17 +02:00
Mamadou Babaei 283db3705d add more topics to the menu 2024-08-16 18:02:17 +02:00
Mamadou Babaei 803ab3e192 minor fix 2024-08-16 18:02:17 +02:00
Mamadou Babaei cdce60389f add the introduction to the senseglove default classes 2024-08-16 18:02:17 +02:00
Mamadou Babaei 49ef127f7a fix the wrong content path 2024-08-16 18:02:17 +02:00
Mamadou Babaei 160af1b5df fix README.md broken links 2024-08-16 18:02:17 +02:00
Mamadou Babaei a3d03f79fb add a caution for bvalidateifdefaultclassesaresgcompliant 2024-08-16 18:02:17 +02:00
Mamadou Babaei fd178679cd fix a typo 2024-08-16 18:02:17 +02:00
Mamadou Babaei b6d80c4959 add the console commands SG_GetEngineScalabilitySettings and SG_SetEngineScalabilitySettings 2024-08-16 18:02:17 +02:00
Mamadou Babaei 8bc118551e add the license terms for the handbook 2024-08-16 18:02:17 +02:00
Mamadou Babaei 9614d1f72e add the boilerplate for setting up the senseglove default classes 2024-08-16 18:02:17 +02:00
Mamadou Babaei 65b918b19d fix broken links in the overview page by adding .. to the relative urls 2024-08-16 18:02:16 +02:00
Mamadou Babaei f288b4fc31 fix broken index/readme.md links in the overview page 2024-08-16 18:02:16 +02:00
Mamadou Babaei 5b5d065352 minor fix 2024-08-16 18:02:16 +02:00
Mamadou Babaei e44c831aa8 add the content for the overview page 2024-08-16 18:02:16 +02:00
Mamadou Babaei ad4d27c69f minor fix 2024-08-16 18:02:16 +02:00
Mamadou Babaei 3ba1b1d7b8 complete the plugin configuration, settings, and overrides, sections 2024-08-16 18:02:16 +02:00
Mamadou Babaei 8f4374a008 improve the repo's main readme file 2024-08-16 18:02:16 +02:00
Mamadou Babaei 78b341f14d reference the handbook's extra resources 2024-08-16 18:02:16 +02:00
Mamadou Babaei ad42f44799 bring on par the SGSettings blueprint api with the cpp api 2024-08-16 18:02:16 +02:00
Mamadou Babaei f9fb21fa9c add some custom css styles for better html formatting 2024-08-16 18:02:16 +02:00
Mamadou Babaei c663213844 add the plugin-settings section 2024-08-16 18:02:16 +02:00
Mamadou Babaei c9e08c2fb6 add a note about Hand and Body Tracking settings 2024-08-16 18:02:16 +02:00
Mamadou Babaei c8a4902f9a add the sensecom documentation 2024-08-16 18:02:16 +02:00
Mamadou Babaei 16dfdee924 add a caution in regards to broken meta quest hmds on steamvr 2024-08-16 18:02:16 +02:00
Mamadou Babaei 11cd91ef98 fix youtube video urls 2024-08-16 18:02:16 +02:00
Mamadou Babaei d091506319 whitespace fix 2024-08-16 18:02:16 +02:00
Mamadou Babaei 5aac46b884 add the low level api documentation 2024-08-16 18:02:16 +02:00
Mamadou Babaei cd22e7f9f2 complete installation instructions 2024-08-16 18:02:15 +02:00
Mamadou Babaei 08c3921430 Revert "move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings"
This reverts commit e16c1d216f.
2024-08-16 18:02:15 +02:00
Mamadou Babaei 20ef0424ed move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings 2024-08-16 18:02:15 +02:00
Mamadou Babaei 4e20629bc4 add an important alert 2024-08-16 18:02:15 +02:00
Mamadou Babaei 57a610ecb1 minor fixes 2024-08-16 18:02:15 +02:00
Mamadou Babaei cc1f4cdb9f fix a broken link 2024-08-16 18:02:15 +02:00
Mamadou Babaei 386e7a5df0 add instructions: Enabling XR_EXT_hand_tracking OpenXR extension on VR Headsets 2024-08-16 18:02:15 +02:00
Mamadou Babaei 00d82dfbd1 add topic: Extra Resources 2024-08-16 18:02:15 +02:00
Mamadou Babaei b2f5644843 add instructions: Safe and Reliable Glove Access in Blueprint 2024-08-16 18:02:15 +02:00
Mamadou Babaei a2ce0e0c33 center all youtube videos 2024-08-16 18:02:15 +02:00
Mamadou Babaei 636bf58775 add instructions: Enabling The SenseGlove Unreal Engine Plugin and Veirfying the Plugin Version 2024-08-16 18:02:15 +02:00