XY Reverse Shaders is uGUI Shader to reverse x, y axis.
upm add package dev.upm-packages.xy-reverse-shaderNote: upm command is provided by this repository.
You can also edit Packages/manifest.json directly.
yarn add "umm/xy_reverse_shader#^1.0.0"See Assets/Examples folder
Copyright (c) 2019 Takuma Maruyama
Released under the MIT license, see LICENSE.txt

{ "dependencies": { // (snip) "dev.upm-packages.xy-reverse-shader": "[latest version]", // (snip) }, "scopedRegistries": [ { "name": "Unofficial Unity Package Manager Registry", "url": "https://upm-packages.dev", "scopes": [ "dev.upm-packages" ] } ] }