An open API service indexing awesome lists of open source software.

https://github.com/varneon/unity-asset-move-prompt

Simple dialog for verifying user's intentions of moving assets inside Unity
https://github.com/varneon/unity-asset-move-prompt

unity unity-editor

Last synced: 2 months ago
JSON representation

Simple dialog for verifying user's intentions of moving assets inside Unity

Awesome Lists containing this project

README

          

# Unity Asset Move Prompt [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/Unity-Asset-Move-Prompt?style=flat&label=Stars)](https://github.com/Varneon/Unity-Asset-Move-Prompt/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/Unity-Asset-Move-Prompt/total?color=blue&label=Downloads&style=flat)](https://github.com/Varneon/Unity-Asset-Move-Prompt/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/Unity-Asset-Move-Prompt?color=blue&label=Release&sort=semver&style=flat)](https://github.com/Varneon/Unity-Asset-Move-Prompt/releases/latest)

Simple dialog for verifying user's intentions of moving assets inside Unity

![image](https://user-images.githubusercontent.com/26690821/193105152-6c8d654e-811e-459e-95f5-94b5f124a6c9.png)

> ## *Why do I need this?*
> * *By default Unity doesn't ask you when you move assets, often resulting in accidentally moving assets to a different folder. This simple extension intercepts the asset modification event and allows the user to verify the action.*

# Installation

### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):

> 1. Download `com.varneon.asset-move-prompt.zip` from [here](https://github.com/Varneon/Unity-Asset-Move-Prompt/releases/latest)
> 2. Unpack the .zip somewhere
> 3. In VRChat Creator Companion, navigate to `Settings` > `User Packages` > `Add`
> 4. Navigate to the unpacked folder, `com.varneon.asset-move-prompt` and click `Select Folder`
> 5. `Asset Move Prompt` should now be visible under `Local User Packages` in the project view in VRChat Creator Companion
> 6. Click `Add`

### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):

> 1. In the Unity toolbar, select `Window` > `Package Manager` > `[+]` > `Add package from git URL...`
> 2. Paste the following link: `https://github.com/Varneon/Unity-Asset-Move-Prompt.git?path=/Packages/com.varneon.asset-move-prompt`

### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):

> 1. Download latest `com.varneon.asset-move-prompt.unitypackage` from [here](https://github.com/Varneon/Unity-Asset-Move-Prompt/releases/latest)
> 2. Import the downloaded .unitypackage into your Unity project

## Developed by Varneon with :hearts:

![Twitter Follow](https://img.shields.io/twitter/follow/Varneon?color=%231c9cea&label=%40Varneon&logo=Twitter&style=for-the-badge)
![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000&label=Varneon&logo=YouTube&style=for-the-badge)
![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030&label=Varneon&logo=GitHub&style=for-the-badge)