worbarry
worbarry

unity says my manifest.json is invalid after adding what is needed
InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread UnityEngine.Object.EnsureRunningOnMainThread () (at :0) UnityEngine.Object.GetInstanceID () (at :0) UnityEngine.Object.IsNativeObjectAlive (UnityEngine.Object o) (at :0) UnityEngine.Object.CompareBaseObjects (UnityEngine.Object lhs, UnityEngine.Object rhs) (at :0)...
my api request requires interger value and when using number in make json its making a float value and i need number with precision
am haing issues with quality even painting a 4k texture to a 4k texture its still pixelated?
### Version 6.5.0 ### Platform .NET 8 ### Steps to reproduce ``` static class Program { static async Task Main(string[] args) { Console.WriteLine("Youtube VideoDownloader"); Console.WriteLine(""); Console.Write("Enter URL: "); var videoUrl...
DownloadFileCompleted fires multiple times causing issues when trying to do other tasks after completed