├── .github └── workflows │ └── VRC-Asset-Release-And-Upload.yml ├── .gitignore ├── Instancer.meta ├── Instancer ├── IsRendering-Detection Instancer.asmdef ├── IsRendering-Detection Instancer.asmdef.meta ├── IsRendering-Detection Instancer.cs └── IsRendering-Detection Instancer.cs.meta ├── IsRendering Detection.prefab ├── IsRendering Detection.prefab.meta ├── IsRendering FX.controller ├── IsRendering FX.controller.meta ├── LICENSE ├── LICENSE.meta ├── Media.meta ├── Media ├── Preview.gif ├── Preview.png ├── Web │ ├── Preview.webp │ ├── Preview.webp.meta │ ├── PreviewGif.webp │ └── PreviewGif.webp.meta ├── setup.mp4 ├── trollcull.gif └── trollcull.gif.meta ├── README.md ├── README.md.meta ├── Resources.meta ├── Resources ├── Animations.meta └── Animations │ ├── IsRendering Active.anim │ ├── IsRendering Active.anim.meta │ ├── IsRendering Inactive.anim │ ├── IsRendering Inactive.anim.meta │ ├── IsRendering Main.anim │ ├── IsRendering Main.anim.meta │ ├── IsRendering Sub.anim │ ├── IsRendering Sub.anim.meta │ ├── IsRendering Sub.controller │ └── IsRendering Sub.controller.meta ├── package.json └── package.json.meta /.github/workflows/VRC-Asset-Release-And-Upload.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/.github/workflows/VRC-Asset-Release-And-Upload.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/.gitignore -------------------------------------------------------------------------------- /Instancer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Instancer.meta -------------------------------------------------------------------------------- /Instancer/IsRendering-Detection Instancer.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Instancer/IsRendering-Detection Instancer.asmdef -------------------------------------------------------------------------------- /Instancer/IsRendering-Detection Instancer.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Instancer/IsRendering-Detection Instancer.asmdef.meta -------------------------------------------------------------------------------- /Instancer/IsRendering-Detection Instancer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Instancer/IsRendering-Detection Instancer.cs -------------------------------------------------------------------------------- /Instancer/IsRendering-Detection Instancer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Instancer/IsRendering-Detection Instancer.cs.meta -------------------------------------------------------------------------------- /IsRendering Detection.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/IsRendering Detection.prefab -------------------------------------------------------------------------------- /IsRendering Detection.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/IsRendering Detection.prefab.meta -------------------------------------------------------------------------------- /IsRendering FX.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/IsRendering FX.controller -------------------------------------------------------------------------------- /IsRendering FX.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/IsRendering FX.controller.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /Media.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media.meta -------------------------------------------------------------------------------- /Media/Preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/Preview.gif -------------------------------------------------------------------------------- /Media/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/Preview.png -------------------------------------------------------------------------------- /Media/Web/Preview.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/Web/Preview.webp -------------------------------------------------------------------------------- /Media/Web/Preview.webp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/Web/Preview.webp.meta -------------------------------------------------------------------------------- /Media/Web/PreviewGif.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/Web/PreviewGif.webp -------------------------------------------------------------------------------- /Media/Web/PreviewGif.webp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/Web/PreviewGif.webp.meta -------------------------------------------------------------------------------- /Media/setup.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/setup.mp4 -------------------------------------------------------------------------------- /Media/trollcull.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/trollcull.gif -------------------------------------------------------------------------------- /Media/trollcull.gif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Media/trollcull.gif.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/README.md.meta -------------------------------------------------------------------------------- /Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources.meta -------------------------------------------------------------------------------- /Resources/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations.meta -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Active.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Active.anim -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Active.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Active.anim.meta -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Inactive.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Inactive.anim -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Inactive.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Inactive.anim.meta -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Main.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Main.anim -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Main.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Main.anim.meta -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Sub.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Sub.anim -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Sub.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Sub.anim.meta -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Sub.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Sub.controller -------------------------------------------------------------------------------- /Resources/Animations/IsRendering Sub.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/Resources/Animations/IsRendering Sub.controller.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VRLabs/IsRendering-Detection/HEAD/package.json.meta --------------------------------------------------------------------------------