UniTask icon indicating copy to clipboard operation
UniTask copied to clipboard

Naming conflict with ZString

Open shirok1 opened this issue 2 years ago • 0 comments

Library\PackageCache\[email protected]\Runtime\UnityBindingExtensions.cs(15,80): error CS0118: 'Text' is a namespace but is used like a type

Can simply be resolved by replacing Text to fully specified UnityEngine.UI.Text.

shirok1 avatar Sep 11 '22 16:09 shirok1