Search Issue Tracker

0
votes
Postponed

Support for globals in CodeFunctionNode

Package: Shader Graph

-

May 24, 2018

-

Version/s:

So I need to accsess a larger set of vectors across multiple materials and shaders. I've used Shader.SetGlobalVectorArray() in the p... Read more

0
votes
Fixed

Blackboard not showing up in new project and upgraded beta projects

Package: Shader Graph

-

May 24, 2018

-

Version/s: 2.0.2

Hi,Here is a reff repository link: git@github.com:hoodmadhur/ShadergraphTest.gitThis is a new project in Unity 2018.1.0f2, created u... Read more

0
votes
Duplicate

Canvas disappears on the second Display when using Lightweight SRP, Scre...

uGUI

-

May 24, 2018

-

Version/s: 2018.1.0f2

How to reproduce:1. Open user attached project2. Add LightweightAsset (Edit > ProjectSettings > Graphics)3. Build it (File &gt... Read more

0
votes
Won't Fix

NativeArray<T> is slower than built-in C# array

Scripting

-

May 24, 2018

-

Version/s: 2018.2.0b4

NativeArray in mono in the editor is slower than builtin arrays We need to make sure agressive inline works properly, if not possibl... Read more

0
votes
Fixed

Matrix Conversion Bug when Using Determinant & Transpose Nodes (w/ Repro)

Package: Shader Graph

-

May 24, 2018

-

Version/s: 3.0.0-preview

Reproduced in &lt;18.1&gt;, &lt;2018.2.0b6 SRP master @ 1fac5b8 (June 7th)&gt; Funky Reproduction Steps (couldn't reduce them any fu... Read more

0
votes
Not Reproducible

Error after relaunch of unity

Package: Shader Graph

-

May 24, 2018

-

Version/s:

Hello I just started using the shader graph and im not having many major problems except for this error whenever i relaunch unity af... Read more

0
votes
Fixed

changing property's mode lock the blackboard to mouse position

Package: Shader Graph

-

May 24, 2018

-

Version/s: 18.2

using unity 2018.1.0f2 and shader graph 1.1.4-previewchanging property's mode will lock blackboard window to the mouse position Read more

0
votes
Fixed

Vertex Displacement

Package: Shader Graph

-

May 24, 2018

-

Version/s: 2.0.3

I can't find any way to add offset for the vertex position, vertex displacement is very important for a lot of effects, please add i... Read more

0
votes
Postponed

Node for special texture properties.

Package: Shader Graph

-

May 24, 2018

-

Version/s:

As per https://docs.unity3d.com/Manual/SL-PropertiesInPrograms.html Add nodes to read {TextureName}_ST and {TextureName}_TexelSize v... Read more

0
votes
Fixed

Can't access material properties, created with Shader Graph

Package: Shader Graph

-

May 24, 2018

-

Version/s: 2.0.1

For standard shader i can just use SetFloat function. It seems to not work with shader graph. P.S. Don't ask me why float variable n... Read more