I hope this helps, this is the folder I placed in the plugins after it compiled for each version.unable to attach directly here, so there are two wetransfer links, files are around 14mb each.
Hi, Is there a tested compiled 3dconnexion plugin available for 4.24? Just tried GeeTeeCM2016 4.24 and I get this message! Do I need to do extra compiling steps? I press OK then Unreal quits. Thanks
Plugin āSpaceMouseā failed to load because module āSpaceMouseReaderā could not be loaded. There may be an operating system error or the module may not be properly set up.
Iām not a coder, so I donāt know where in that file to do this.
However, it sounds as if the plugin will then be included in the build. Thatās, I guess fine as long as it doesnāt complain that PCs running the build wonāt have 3Dconnexion hardware (or interfere with VR), but ideally, Iād just want it disabled in builds.
Thanks for your help. Using GeeTeeCM2016 tutorial and microdee files. 3dConnexion working great in Version: 4.24.0
Can someone reupload? The links are dead.
Thanks.
Hi fellas, please upload compiled versions for 4.23 and 4.24, would greatly appreciate it.
Hey! I would love to know how to get this support for 4.24 , the latest links are dead , if someone could re-post it would be much appreciated! thanks!
Hey guys.
Needed this for 4.24 as well so I got the source from and put it on Drive for you all.
I sadly donāt have 23 in at the time, but if you go get the source, and open that project in Unreal 4.23, with Visual Studio containing the packages specified on the there, it pretty much does it itself. You should then be able to copy it from the Plugins folder of that project and into your 4.23 installation directory.
Hi - Also looking for support for 4.24 or tips on how to compile source.
Hi Guys, Iāve compiled a 4.24 version of the plugin from (https://.com//)
You can get the zipped files for the compiled version here: https://www.dropbox.com/s/4ramne28ceā¦_4_24.zip?dl=0
Extract the zip file to the engine plugin folder, e.g. C:\Program Files\Epic Games\UE_4.24\Engine\Plugins
I had to change a few header file paths from ParcelRots code to get it to compile. Source included in zip file.
Enjoy!
Any reason you didnāt compile Morasz version instead?
-SpaceMouse
That version does not require any drivers, and at least the next to last version of it, didnāt require it to be disabled when you package a build (although I think that sadly changed).
I used ParcelRots version simply because itās the one Iāve used for several versions. Iāve never tried 's version.
I tried to package with the plugin enabled and it failed (unlike previous versions).
I looked at the plugins .uplugin file and noticed plugins type was specified as āRuntimeā when previously it was āEditorā.
I changed the type from āRuntimeā to āEditorā and tested with a new Blueprint project and C++ project and both packaged Ok (Windows 64bit) without disabling the pluginā¦
Iāve uploaded a new version with the change here
Iāll play around with 's version later when I have a little spare time.
HTH
*** Edit ***** Sorry Guys I forgot to move the plugin to my project when trying to package (was placing the plugin in the engine plugins folder only)
C++ projects do package with with the plugin placed in your projects plugins folder even with the plugins type set to āRuntimeā.
Unfortunately Blueprint projects wonāt package when the plugin type is āRuntimeā unless you add a c++ class, but then itās no longer a blueprint project and you will need a compiler
Hi Guys, Iāve managed to compile a 4.24 version of Morasz plugin.
Mixed results for packaging when enabled with this one, even though I changed the plugin type from āRuntimeā to āEditorā.
Will package for Blueprint project when enabled.
Wonāt package for C++ project when enabled.
Iāve uploaded the zipped plugin here
I will look at the packaging logs and try to reconfigure for packaging C++ projects with the plugin enabled if I can find time.
Also getting a toast message when opening a project with this: āProject is out of date. Would you like to updateā with the options āNot nowā and āUpdateā.
Donāt know why Iām getting the message but ānot nowā or āupdateā works for me, and my SpaceNavigator seems to work fine in the viewport with a quick test.
Thatās very well done, thank you for your effort! Itās very much appreciated!
Youāre welcome!
When I installed 4.24 I just had to get this working, because using the editor without my SpaceNavigator was like having one arm tied behind my back
*** Edit *** I was just thinking about your comment about 's plugin not requiring drivers. Just do make clear, with the plugin type set to āEditorā your 3DConnexion device will only be usable in the editor.
Iām going to try to get the plugin to package for use at runtime, again, when time permits.
Thatās the reason why there are 3 modules. So a separate module can be used for the Editor and another one for the game run-time and blueprints. Meanwhile during my current long running and all-time consuming project Iāve learnt why this was not packaging, will fix that soon*. Also I want to set up a build server too so I can publish this plugin easier for multiple engine versions. I might be able to do that this weekend and then this plugin finally can be properly distributed.
- the problem is since Iāve realized that Iām depending on an Editor module (UnrealEd), which of course is not included in packaged releases, so it wonāt compile. I will fix *.build.cs files so they only depending on editor modules when theyāre actually built for Editor, and I will also wrap Editor specific code inside WITH_EDITOR macros. I guess that was also the problem with actually packaging the plugin for Marketplace too. Weāll see.
-SpaceMouse/releases/latest
Rejoice, finally fixed the packaging issue (according to my testing, it can still fail I guess) and also compiled for 4.24. Older engine versions and 4.25 are coming monday or tuesday. Marketplace release is still uncertain as apparently how my involvement with this shown, I might not have the time to properly maintain this plugin alone, with the crazy update cycle UE4 has, but youknow itās open-source and all so anyone are welcome to submit pull-requests
-SpaceMouse/releases/latest
Now compiled for multiple engine versions, including 4.25, finally
Hi, I just installed this plugin with version 4.24.3 (it works fine) but I noticed that the F key for focusing in the viewport is not working. Has anyone experienced a similar behavior? As soon as a disable the plugin it works again.
BTW: I didnāt installed the SpaceMouse drivers. Just using those that are automatically installed by Windows 10
Thanks.
I was celebrating too early, I had an error in my build script which resulted in not running the correct Unreal Build Tool for the appropriate target UE4 version, true facepalm-worthy moment, fixing now.