All Projects → XJINE → Unity_TransparentWindowManager

XJINE / Unity_TransparentWindowManager

Licence: MIT license
Make Unity's window transparent and overlay on desktop.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Unity TransparentWindowManager

Unity3DShaders
Simple shaders for Unity3D that I created for games, for a challenge or following tutorials.
Stars: ✭ 17 (-81.32%)
Mutual labels:  assets
UnityBuildManager
Utility for running builds sequence & pushing them to markets & keeping changelog
Stars: ✭ 53 (-41.76%)
Mutual labels:  assets
assetic
Asset Management for PHP
Stars: ✭ 61 (-32.97%)
Mutual labels:  assets
hirez-api-docs
🚧 Unofficial Hi-Rez Studios API documentation (and assets where possible) for Paladins, Realm Royale, and Smite.
Stars: ✭ 20 (-78.02%)
Mutual labels:  assets
summon
Summon: your data on caffeine
Stars: ✭ 12 (-86.81%)
Mutual labels:  assets
asset-mix
Provides helpers functions for CakePHP to use Laravel Mix.
Stars: ✭ 27 (-70.33%)
Mutual labels:  assets
picasso
Picasso is a tool that can take a template and data, and generate images from them.
Stars: ✭ 16 (-82.42%)
Mutual labels:  assets
serverless-s3bucket-sync
Serverless Plugin to sync local folders with an S3 bucket
Stars: ✭ 24 (-73.63%)
Mutual labels:  assets
Unity StarGlow
Simple star-glow effect.
Stars: ✭ 39 (-57.14%)
Mutual labels:  assets
Riot-Games-API-Developer-Assets
Riot Games API Developer Assets!
Stars: ✭ 23 (-74.73%)
Mutual labels:  assets
ScriptableObjectCollection
A library to help improve the usability of Unity3D Scriptable Objects by grouping then into a collection and exposing then by code or nice inspectors!
Stars: ✭ 204 (+124.18%)
Mutual labels:  assets
JB2A DnD5e
Templates of spells from the DnD5e ruleset (SRD and PHB), to use on FoundryVTT
Stars: ✭ 28 (-69.23%)
Mutual labels:  assets
rollup-plugin-copy-assets
Copy additional assets into the output directory of your rollup bundle.
Stars: ✭ 25 (-72.53%)
Mutual labels:  assets
auto assets
assets management tool for Flutter
Stars: ✭ 17 (-81.32%)
Mutual labels:  assets
unity-visual-novel-toolkit
WIP: Create a Visual Novel with no programming
Stars: ✭ 34 (-62.64%)
Mutual labels:  assets
furatto-rails
Furatto CSS Framework for Rails Asset Pipeline
Stars: ✭ 36 (-60.44%)
Mutual labels:  assets
django-manifest-loader
Simplifies webpack configuration with Django
Stars: ✭ 105 (+15.38%)
Mutual labels:  assets
laravel-theme
This package creates multiple managed theme infrastructure for Laravel.
Stars: ✭ 19 (-79.12%)
Mutual labels:  assets
puppeteer-assets
Measuring and monitor assets metrics using Puppeteer and Prometheus
Stars: ✭ 29 (-68.13%)
Mutual labels:  assets
pug-symfony
Pug (Jade) template engine for Symfony
Stars: ✭ 40 (-56.04%)
Mutual labels:  assets

Unity_TransparentWindowManager

Make Unity's window transparent and overlay on desktop.

Import to Your Project

You can import this asset from UnityPackage.

Dependencies

You have to import following assets to use this asset.

How to Use

Clear Color Settings

To make transparent window, set Camera.ClearFlags to SolidColor, and the Camera.Background to (0,0,0,0). When set Camera.Background to (1,1,1,0), the result gets wrong.

Limitation

This is for Windows, not works on Mac or any others.

Transparency is ignored when use window mode in some laptop (especially when it use mobile type GPU). Need to use full-screen mode in such case.

In another way, use command-line option like a following and make the popup-window which has more over full-screen resolution.

-popupwindow -screen-width xxxx -screen-height xxxx

Tearing

Sometimes gets tearing and I can't find the cause. However, it is not serious.

Jaggy

There is a little jaggy even if use anti-aliasing, especially in low-dpi.

Anti-Aliasing

Some anti-aliasing shader gets wrong result.

DLAAWrong edges appears in the result.
FXAA2Some non-transparent pixel gets wrong transparency.
FXAA3All of the transparent pixel (in backgrounds) losts the transparency in the result.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].