nindim
nindim
I've figured out that I need to add any custom SoftMaskable shaders to the "Always Included Shaders" list in Project Settings->Graphics (due to the use of Shader.Find in the source...
## Bug report #### Bug category - [X ] Importer: issues related to the importer behaviours or UI. #### Steps to reproduce Use the following Editor context item to reserialise...
## Bug report #### Bug category - [x] Importer: issues related to the importer behaviours or UI. #### Steps to reproduce Follow the docs to setup a group name via...
Hi, When adding a SoftMask component to a game object that has an existing TextMeshPro - Text (UI), it does not soft mask child objects with the SoftMaskable component. When...
* Firebase Component: Analytics The base SDKs provide functionality to add default event parameters. This is not currently exposed in the Unity SDK API. Can this be added, please? Google:...
Hi, I am trying to overwrite a value that I have previously stored in the keychain but am getting a security error: OSStatus error: [-25299] Security error has occurred. -25299...
Hi, I am adding an OnComplete callback to the end of a Sequence via: ``` m_sequence.OnComplete(OnCompletion); ``` This fires correctly at runtime, but does not fire when I preview the...