Teilen Sie Ihre Erfahrunge und Wünsche mit uns und anderen Usern!
Direction vector disappeared
Hello,
I used to have the purple direction vector of a drive visible in the scene window when selecting a component with a drive, but now it disappeared. Do you know how I can get it back?
Hi,
please check if the gizmos are enabled and check the scale of them.
Regards Christin
Force Torque Sensor
Hello,
Have you any plans to produce a Force Torque Sensor ?
Ideally it would be as simple as adding it as a component to say the mounting flange of a 6 axis robot to give information about the load.
I looked at the Force Drive but can't get sensible results from it.
Regards
Doug
Hi, for our use cases we don't have the need so far for doing this calculation. I don't think that we are going to implement this in the near future. You could implement what you described, our source code is open for our customers.
Community Git Repository
Hi guys,
anyone use git community repository for this package.
Is the Git up to date or active?
I have the old version of the package, are there corresponding repositories for different versions?
Thanks in advance
spaceNavigatoer error mac
despite removing the spacenavigator file in unity i still have problems.
------------------------------------------------
----------------------------------------------
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.
Do you provide a robotic arm demo like the animation on the webpage https://realvirtual.io/en
Hi
I'll begin to develop a robotic arm simulation software and I'm very interested in realvirtual.io. Will you provide a robotic arm demo like the animation on webpage https://realvirtual.io/en? Thanks.
No currently the animation on the webpage is not included with our delivery. In about 2 weeks from now on in our next release we will have an inverse kinematic included in realvirtual.io with 2 examples of two moving robots (ABB and Stäubli).
Coupled IO Disappearing when starting game
Hello,
I am adding IO Using a small attachment to the provided game4automation Scripts (for example in Drive_Simple).
For the drive simple example I use this code:
For my own scripts this works, but not for the provided game4automation scripts. I need to add IO using these functions because we have a lot of IO (+-5000).
When I start the game, the IO is removed from the script (also in the inspector). Is there a way to fix this?
Hi, I think you must Use EditorUtility.SetDirty function.
Please also check page https://realvirtual.io/documentation/current/signalmanager.html and the example script on the page.
Post Processing error when Integrating third party asset with game4automation
I have been facing a problem importing the game4automation asset (https://assetstore.unity.com/packages/tools/utilities/game4automation-digital-twin-starter-2020-139866#description) into a scene I made using an asset called CityGen3D (https://assetstore.unity.com/packages/tools/terrain/citygen3d-162468#description).
When I create a blank new project and use the game4automation asset without my own scene, it works perfectly fine. However, when I try importing the asset into my scene, I keep encountering a 'PostProcessing' error. If I double click on the error, it leads me to the code that contains some stuff about postprocessing (see second image attached). I am not sure what is causing this. May you be able to provide me some assistance? Please see attached images for the error.
Hi,
because your additional assets in the project are using Unity Postprocessing you need to put this into the Game4Automation.base Assembly definitions:
There is also some information about this here in the documentation:
https://game4automation.com/documentation/current/game4automation.html
... and if you need a pulse encoder - sending pules every xxx millimeters, this will be available in one of the next releases. If you are a customer and purchased a professional version - please send us an email to info@game4automation.com with your Invoice and we can send you a beta of the pulse encoder.
Hello Thomas,can I build an Android APP?
Hello Thomas,I connect my mobilephone with my PC through WIFI。But when I open PLCSIM advanced Interface in Android it does not appear a black window,so I can't connect my virtual PLC。If I want control my virtual PLC in Android what should I do?Can I do it?Thank you Thomas。
Hi, not all Interfaces are working on all Platforms. Unity is cross compiling to the destination platform but sometimes we need windows specific DLLs. PLCSim Advanced is not working on Android. But you could connect to it using the S7 interface. More information about platform limitations can be found here:
https://game4automation.com/documentation/current/platforms.html#Known-platform-limitations
Best regards
Thomas
vs code can open script, vs2019 unsupport open script
Hello,
If i set script open by vs code, it could be open C# behavior script.
if i set script open by visual studio 2019, it could't open C# behavior script.
it is only support vs code ?
Roy
Hi, I would recommend Visual Studio 2019 - which is usually used. I have seen some customers using Code but I would not recommend it, because there might be some limitations. We are using Rider for development which is also very good with Unity but Rider is not for free.
If you have problems in using Visual Studio 2019 this is a general Unity or Visual Studio installation or setup problem.
Please follow this guide:
Customer support service by UserEcho