Your comments
Please check the demo model or this demo which shows several ways for gripping parts: Assets/game4automation/Scenes/DemoGripping.unity
To make the conveyor stop you can use a script (you need to check the property occupied of the sensor and you can stop the drive by Drive.JogForward = false.
Or you can use Unitys Visual Scripting:
https://realvirtual.io/documentation/current/unityvisualscripting.html
Another possiblity (only with Professional Version) is to use LogicSteps:
https://realvirtual.io/documentation/current/logicsteps.html
You can stop the Conveyor (in a script or by using visual scripting) as soon as Drive.CurrentPosition is greater than a certain value.
https://github.com/nauful/LibUA/issues/94
So for now, I don't have a solution. If you want, you can test it yourself and I'll give you the beta version where I still get the missing CRT message.
Best regards
Thomas
See anser here - this will make installation work on MAC
https://forum.game4automation.com/de/communities/1/topics/405-spacenavigatoer-error-mac
Solution is to delete the folder
Assets/game4automation/private/RuntimeUI/SpaceNavigator
and to change in the Script SceneMouseNavigationCs the following compile swith at the top and at the end of the script:
#if ((!UNITY_IOS && !UNITY_ANDROID && !UNITY_EDITOR_OSX) || UNITY_EDITOR)
against this:
#if (UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN)
This will exclude Space Navigator from being used by non Windows Systems.
After doing this you need to select manually again (because automatic installation script was not started due to the compile error) Apply Standard Settings:
Will be changed in the next release.
yes today 17:00 CET is fine. Yes I have Zoom - please send an invitation to thomas@realvirtual.io
Hi Adam,
the certificate implementation is for sure not working. I extended our code and created a certificate with OpenSSL. But still I am not able to connect to our KepServerEX test server. I get the error "Incomplete private key - missing CRT".
I am not sure if there is something wrong with my openssl generated certificates or it is still an impementation issue. I will post this issue to the LibUA forum, which is the basis Library we are using.
If you would like I could also send you our current status. But as I said with my certificates it is still not working.
The Error message is still releated to SpaceNavigator. Are you sure that the SpaceNavigator Directory is deleted?
As far as I know it should be available for 0€ under this link if you login with your account into the Unity Asset Store:
If you purchased Professional 2021 on May 6 this year you should be able to upgrade for free to Professional 2022.
If there is a problem doing this please send me your invoice and I will check with Unity.
Customer support service by UserEcho
Hi Adam, yes please, if you have a solution or know an alternative library, please mail what you can share to info@realvirtual.io. Thanks a lot.