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.
- 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.
- Download and run the Electron app release file (.dmg for Mac, .exe for Windows) from the releases page.
- Import the package
instantclipboard1.0.0.unitypackage
into your Unity project. - Make sure that the
InstantClipboard.cs
file is placed in anEditor
folder in your project's assets. - Ensure the clipboard utility is running in the system tray. (you can try running it again and it will display a message)
- 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!