Antony Nasce

Results 23 issues of Antony Nasce

Testing in Xcode 12.3, macOS Big Sur 11.1 Added Queenfisher Swift Package dependency via File > Swift Packages > Add Package Dependency... Pasted in the Queenfisher Git URL: https://github.com/adiwajshing/Queenfisher.git When...

I found that this method of independent X+Y Resolutions was better for getting non-squashed Shaders. I was typically using a 16:9 Quad, so setting ResolutionX to 16.0/9.0 and ResolutionY to...

Love this tool! I'm trying to convert [this shader](https://www.shadertoy.com/view/4tjGRh), and found that Unity will complain about: `Unterminated #ifndef Compiling Vertex program Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP...

This removes the build error in the latest version of Xcode (12.4)

Xcode 12.3, macOS Big Sur. When building this project (after setting local iCloud Container and bundle identifiers) I get the following build error: ~/Library/Developer/Xcode/DerivedData/ExpenseTracker-cvcyesjpgswugkgndbaijxuskmcj/Build/Intermediates.noindex/ExpenseTracker.build/Debug/ExpenseTrackerMac.build/DerivedSources/CoreDataGenerated/ExpenseTracker/ExpenseLog+CoreDataProperties.swift:28:24: Redundant conformance of 'ExpenseLog' to protocol...

I imported this into Unity 2021.3 on Apple Silicon Mac (arm), but not sure if this is only intended for Intel Mac? I'm unable to get it to be used...

Tested in Unity 2019.4.24f1, RenderStream 1.23, Designer 18.0.3. To repro: -Start a new Unity Project with the '3D (With Extras)' template. (this places Unity Post-process layer on the main camera....

bug

The example included works fine for me with iOS, but can you also include how to use this with macOS please?

Hi, is it possible to update your example to show how the result from the dialog can be returned and dealt with? For example in this method: public void ShowSelectDialog(string...