Lee Probert

Results 28 comments of Lee Probert

+1 ... I need vertical surface detection and the ability to set this in my UI so I can flip between the two.

Does the method return a `Future` with an `ImageProvider`? I am building a cross-platform solution and need to store the snapshot image in a specific place like it would for...

+1 - it seems impossible to set `overflow: visible` on the divs that are created from `ScrollPage` ... or am I missing something?

I don't suppose you did this, did you? I have a requirement to animate an image sequence on scroll so I need a way to pass in a prop to...

I have not been able to set the `Sky Atmosphere` or `Fog` with the 3D Map Tiles overlay. Has anyone had any luck with this?

I also added a public method to the `ConferenceController` to ensure you can register the delegate methods at any point and not just in the `Start` method.

My code: ``` using DolbyIO.Comms.Unity; using Unity.Netcode; using UnityEngine; public class PlayerConferenceConnector : NetworkBehaviour { private VideoController _VideoController; private ConferenceController _ConferenceController; public override void OnNetworkSpawn() { Debug.Log($"OwnerClientId : {OwnerClientId.ToString()}"); base.OnNetworkSpawn();...