Ivan Murashka
Ivan Murashka
Hello! I'm trying setup unity on my self-hosted runner under MacOS. It looks like some of the scripts in [setup.js](https://github.com/kuler90/setup-unity/blob/master/src/setup.js) require `sudo` permission and it is not working on self-hosted...
Greetings! Unity3d has new (or not already new) excellent method to deliver packages - Package Manager. They have good documentation how to create your personal packages: https://docs.unity3d.com/Manual/CustomPackages.html Also there is...
I'm trying to get blur without UIEffectSnapshot component, just using API `UIEffectSnapshot.CaptureForGlobal`. But there is no option to get RenderTexture in callback. The [Script usage](https://github.com/mob-sakai/UIEffectSnapshot#script-usage) section says that I need...
This chage described in issue https://github.com/mob-sakai/UIEffectSnapshot/issues/7
Currently this actions doesn't work on mac os runner. It fails with next error: ``` Error: Container action is only supported on Linux ``` Is it possible to add support...
One root namespace makes the package cleaner to import and in line with what most Unity‑side libs already do. - Fewer using lines – drop the extra directives and cut...
# Summary VContainer Diagnostics shows Scoped objects created in a child LifetimeScope under the Root scope. This happens only when the object is registered with a lambda that calls resolver.Resolve()....