Skip to content

CTNeptune/SuperDuper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is just a simple editor script for Unity which allows you to have more control over how objects are duplicated in the heirarchy.

Using this script, you can do the following with simple shortcuts:

  • Duplicate an object and place it directly over the current selection (CTRL + SHIFT + O)
  • Duplicate an object and place it directly under the current selection (CTRL + SHIFT + U)
  • Duplicate an object and make it a child of the current selection (CTRL + SHIFT + H)

Initially created to help me while working with my own project. I haven't run into any issues with it yet, but be careful anyway.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages