Teilen Sie Ihre Erfahrunge und Wünsche mit uns und anderen Usern!

0
Beantwortet

Meta Quest 3 VR Main Camera

jf9 vor 1 vor einem Jahr aktualisiert von Support vor 1 vor einem Jahr 3

Hello,

I have a question regarding the Main Camera in the realvirtual gameobject. I've searched through the forum and saw a 3 year old post where you suggest to just delete or deactivate the realvirtual main camera. When I do that, the realvirtual controller script component in the realvirtual gameobject deactivates itself. What i did for now is increasing the rendering priority of my XR Origin Main Camera to avoid issues. Is there a better solution to this?

Image 1044

Image 1045

Antwort
Support vor 1 vor einem Jahr

I don't know which version you are exactly using. Just deactivating the Gameobject with the Main Camera should work.  Can you send me the line of code which is creating the null reference. Maybe a null check there is helping.

0
Beantwortet

Guided Transport

Beesten vor 1 vor einem Jahr aktualisiert von Support vor 1 vor einem Jahr 2

Hallo,

ich habe ein Problem festgestellt: Sobald sich mein Materialtransport in der Guideline bewegt, dreht es sich und setzt seine Bewegung langsam fort, ohne dass ich es steuern kann. Ich verwende eine normale Transportoberfläche mit Guideline, und die Materialtransporteinheiten (MUs) sind auf Guided MU eingestellt. Selbst in der Demo mit meinen STEP-CAD-Daten funktioniert es nicht. Woran könnte das liegen?

0
Beantwortet

I Can't Find HMI Components and Demo

Reverse Kim vor 1 vor einem Jahr in realvirtual.io Starter and Professional aktualisiert von Support vor 1 vor einem Jahr 1

Hi, I bought 'realvirtual.io Digital Twin Professional 2021'.

whein I saw HMI components - realvirtual.io 

There are HMI Components  but, When I Downloaded on Asset Store There is no HMI Demo and Module.

how Can I Get this module?

0
Beantwortet

Custom UI button images

Cris vor 1 vor einem Jahr in General Questions aktualisiert vor 1 vor einem Jahr 2

Hi,

I am trying to use my own images for button-off and button-on states.

But I can associate only the image for button-on. 

The image for button off remain as default.

Is there something I can modify on the UIButton script?


Thanks

Antwort
Support vor 1 vor einem Jahr

Hi,

The images for the UIButton are automatically set according to the color defined in the UIButton component. Currently, using alternative images is not supported. However, HMI buttons from Professional/HMI can be utilized, allowing the definition of custom images. If Professional is not available, Unity UI components can be used in the current panels.

0
Abgelehnt

realvirtual.io simalution 2022 Error Version???

1305075976 vor 1 vor einem Jahr aktualisiert von Support vor 1 vor einem Jahr 3

Image 1040

Antwort
Support vor 1 vor einem Jahr

Hi,


we tested and everything is as it should be.

Maybe you did not updated (downloaded the new package of 2022.10) in the package manager (Update Button in the top right corner of Pakackage manager). After Update you need to Import.

Best regards

Thomas

0
Not a bug

Simulation is freezing every 10 seconds

Cris vor 1 vor einem Jahr in General Questions aktualisiert vor 1 vor einem Jahr 2

Hello,

my simulation is freezing every 10 seconds, even with quality set to Very Low.

This happen in two different projects. What can I check to eliminate this problem?

Thanks!

0
Beantwortet

Linear guides creates excessive friction

Cris vor 1 vor einem Jahr in General Questions aktualisiert vor 1 vor einem Jahr 2

Linear guides


Hello,

I have some problem with conveyor linear guides (see attached file).

Linear guides seems to create some friction on the boxes. Is there a way to set linear guides as 'slippery'?

0
Beantwortet

Meta Quest 3 realvirtual documentation

jf9 vor 1 vor einem Jahr in General Questions aktualisiert von Support vor 1 vor einem Jahr 3

Hey everyone.

I'm trying to implement a Meta Quest 3 in Unity with realvirtual. Is there any documentation available? I think I saw some when I was on your documentation website but the page can not be found anymore. 

Antwort
Support vor 1 vor einem Jahr

The documentation for developers is here:
https://doc.realvirtual.io/advanced-topics/mixed-reality-with-meta-quest3

We will soon release (in about 4 Weeks) a special Unity Package (realvirtual.io Imverse) bringing some special things which makes it really easy to place realvirtual.io Models into an AR environment on the MetaQuest3.

0
Not a bug

Gripper script stops working

Marco van der Stelt vor 1 vor einem Jahr in realvirtual.io Starter and Professional aktualisiert von Support vor 1 vor einem Jahr 2

When running the scene for extended periods of time we get the problem that the gripper script stops working. The sensor stop detecting MUs and it does not give any errors. Is there a problem in the background which comes up after running a scene for a long time?

0
Not a bug

IK Path could not complete the execution

haoyu yi (Hari) vor 1 vor einem Jahr in realvirtual.io Starter and Professional aktualisiert von Support vor 1 vor einem Jahr 3

Hi,

Now I have created two paths A and B using IK Path, when I repeat the signal quantity given to start for each path individually the paths can be executed correctly, but once I execute A and B alternately the paths are unreachable.

For example, I am using Signal Start to get path A to start moving, and Signal Ended to get if path A has finished executing. When Signal Ended is true for A, I start executing path B. It happens that path B can't finish execution and Signal Ended stays false.

This results in me not being able to control the robotic arm by itself to do the job I want to do, how can I solve this problem?