Eusebiu Marcu

Results 33 comments of Eusebiu Marcu

I used the native library on Android P on a Nexus 5 (had to manually compile armeabi-v7a) but without much success... I guess it did it's job but the app...

I added the .Resolve() where it was needed but there is an [extension method](https://github.com/jacobdufault/fullserializer/blob/master/Assets/FullSerializer/Source/Internal/fsPortableReflection.cs#L361) that has the type TypeInfo. `public static TypeInfo Resolve(this Type type) { return type.GetTypeInfo(); }` Somehow...

I see this in the Editor when I build - maybe it helps: Copied openvr settings to build directory: C:\New Unity Project\BuildDesktop\New Unity Project_Data\StreamingAssets\SteamVR\OpenVRSettings.asset UnityEngine.Debug:Log (object) Unity.XR.OpenVR.Editor.OpenVRSettingsCopier:OnPostprocessBuild (UnityEditor.BuildTarget,string) (at Library/PackageCache/com.valvesoftware.unity.openvr@11963264469d-1624042178482/Editor/OpenVRSettingsCopier.cs:110)...

In my app I got the same behaviour with the following code: ``` var formsPage = (Page)this.Element; //var navigationController = new UINavigationController { NavigationBarHidden = true }; //navigationController.PushViewController(formsPage.CreateViewController(), false); var...

Yes, but the difference is that in your samples you are new-ing a ContentController or a page and then create a view controller. In my code I am using an...

Forgot to mention that for a very small number of frames the canvas appears but quickly disappear.

If I add a `camera.Render();` in Update() after the if, the canvases appear in recordings. https://www.youtube.com/watch?v=d-56p770t0U&feature=youtu.be&t=1029

I think you can create a new GameObject with a Camera attached and put it under the main Camera. ``` Transform camPar = Camera.main.transform; GameObject camGo = new GameObject("ScreenShotCamera"); camGo.transform.parent...

@z5ouyang I also get this error after building the VIP. I use the cellxgene gateway from Novartis and I noticed some errors in console: POST http://127.0.0.1:5005/view/pbmc3k.h5ad/VIP 500 (INTERNAL SERVER ERROR)...