Search found 8 matches

by jasonr
Tue Feb 15, 2022 6:35 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

Yes, it works! I've updated my original comments. Note the targeting reticule to start a conversation is slightly out on the above post, so tweak it accordingly.
by jasonr
Tue Feb 15, 2022 5:20 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

The 'Press x to interact' dialogue isn't coming up with those instructions though. :/ Trying to figure that out next...
by jasonr
Tue Feb 15, 2022 4:49 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

Ok - its working! Here are my notes for anyone reading this in future Add VRIF XR Rig Advanced and Dialog Manager to your scene as per the vendor's instructions. Duplicate the canvas under Dialog Manager and put it as a child object under CenterEyeCamera in XR Rig Advanced. Drop a Basic Standard Dia...
by jasonr
Tue Feb 15, 2022 3:34 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

Thanks for your help on this Tony - I'm trying it again as world space...
by jasonr
Mon Feb 14, 2022 3:54 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

What do you mean by other settings? Screen Space - Overlay definitely won't work . VR and AR don't render to Screen Space - Overlay. Didn't know that - thanks for the heads up. On the canvas under Dialog Manager object: - Render Camera: CentreEyeCamera (Anchor) - Render Mode: Screen Space - Camera ...
by jasonr
Mon Feb 14, 2022 2:52 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

1. Does your scene have an EventSystem, such as VRIF's VRUISystem? Yes 2. Have you added a VRCanvas component to the Dialogue Manager's canvas? (This will add/assign the event camera if it's not already added/assigned.) Yes. I assume you mean the default canvas object that is a child of the Dialog M...
by jasonr
Mon Feb 14, 2022 4:42 am
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Re: Anyone got Dialog System working with VRIF?

Thanks Lee - it's good to know I'm not attempting the impossible! I've been able to get at least a hello world message to appear using a world space canvas on a cube within CentreEyeAnchor for a floating message. Even though I've assigned CentreEyeCamera to DialogManager, at runtime it's replaced wi...
by jasonr
Sat Feb 12, 2022 5:28 pm
Forum: Dialogue System for Unity
Topic: Anyone got Dialog System working with VRIF?
Replies: 16
Views: 17033

Anyone got Dialog System working with VRIF?

Hi folks, I'm using Bearded Ninja's excellent VR Interaction Framework and am trying to integrate DS with it. However, I'm really struggling to get DS to render anything to the display.VRIF uses a CenterEyeAnchor for the render camera, but as soon as I run the project, but DS ends up pointing to Cam...