Skip to content

saadnkhawaja/instant-clipboard-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Clipboard - Unity Asset

Instant Clipboard Demo

Instant Clipboard is an innovative Unity editor utility designed to enhance your development workflow by allowing you to paste various clipboard contents directly into your Unity project. Whether it's images, C# code, or other file formats, Instant Clipboard makes the process seamless and efficient.

Features

  • Paste Images from Any Source: Instantly paste images directly into Unity from your clipboard.
  • Auto-Generate C# Classes: Copy C# code, and the utility will automatically create a C# class for you.
  • Convert .webp to .png: Easily paste .webp files as .png with a single hotkey.
  • SVG and Complex Image Conversion: No need to convert .SVG or other complex image files manually; all images will be converted to .png with the alpha channel intact.
  • Multiple Format Support: Supports various formats, including XML, JSON, markup (MD), shaders, and more.

How to Use

  1. Download and run the Electron app release file (.dmg for Mac, .exe for Windows) from the releases page.
  2. Import the package instantclipboard1.0.0.unitypackage into your Unity project.
  3. Make sure that the InstantClipboard.cs file is placed in an Editor folder in your project's assets.
  4. Ensure the clipboard utility is running in the system tray. (you can try running it again and it will display a message)
  5. Copy an image or text and try pasting it inside your Unity project window.

Feel free to reach out with any issues or suggestions through the Issues tab or directly via the email provided in the contact section.

Happy developing!