-
**Operating System**: Windows
**DocFX Version Used**: 2.59.0
**Template used**: UnityFX
**Steps to Reproduce**:
1. Make a new Unity Project
2. Write a script that uses a GameObject as a p…
-
Setting Unity project as a WebGl project and the Graphic Api as WebGL 1.0, the outline works on editor but not in build. Also not working with Auto Graphic API in a machine that uses WebGL 1.0 so the …
-
This is not a big deal but I prefer to remove unnecessary warning for some inhouse rules.
Is it intended to print warning when URP installed?
If not, I'll PR related to this issue.
Thanks.
```…
-
It's potentially a good feature to be able to render outlines for invisible objects.
The easiest way to make object invisible is to disable the renderer component, but UnityFx.Outline ignores su…
-
Hello, i'm experiencing this odd issue where the outline only appears in scene view and not game. In-game it goes pure white.
Any ideas what might be causing this?
Using :
Un…
-
i use unity 2020.1b urp project
my workflow
1.only import the UnityFx.Outline package.
2.add OutlineEffect component to my main camera.
3.add MyOutlineEffect compoent to my main camera. the co…
-
Hi, I found a problem. If SetResult is not called due to an exception, Catch is not called. The promise just stops, I would think it be considered an error and Catch
```
IAsyncOperation DoSom…