Is there anyway to access vertex id (UNITY_VERTEX_INPUT_INSTANCE_ID) in shader graph? I’m currently using vertex ids for baked animations and have working shader (hand-written HLSLProgram), but I would really like to use shader graph to create and modify those shaders.