Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.vulpes.cycleprefabselection

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.vulpes.cycleprefabselection

A simple Unity utility that allows the user to cycle through Prefabs in the Scene View using 'Alt + Mouse Scroll'.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Cycle Prefab Selection (Unity Package)

A simple Unity utility that allows the user to cycle through Prefabs in the Scene View using 'Alt + Mouse Scroll'.

What's this?

  • It's a Unity Editor Utility inspired by a feature from the Fallout 4 Creation Kit that lets you cycle objects simply by holding 'Alt' and Scrolling the mouse wheel. It's mostly just a quality of life thing that I wanted to have for doing Level Design stuff in Unity because I tend to work with a lot of modular kits, figured other people might like to make use of it.

What can I do with the code?

  • Whatever you want.

How do I use it?

  • Download 'CyclePrefabSelection.cs' or clone the repo if you like.
  • Add 'CyclePrefabSelection.cs' to your Unity project within a folder called 'Editor'.
  • Once added to your project, if you select a Prefab instance (or multiple) in the Scene View and hold 'Alt' and Scroll the mouse wheel up or down you can cycle through all the Prefabs that live in the same directory as the one selected.
  • As of Unity 2018.3.X you can also hold 'Alt + Shift' and Scroll the mouse wheel to only cycle through the Prefab Variants of the selected object.
  • Save a bunch of time.
  • Profit?

Plans for future updates?

  • I'm currently looking into ways that I can enhance this utility further with the advent of the new nested prefab workflow in Unity 2018.3.

Keywords

FAQs

Package last updated on 07 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc