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

com.vulpes.objectreplacementtool

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.vulpes.objectreplacementtool

A tool for quickly replacing multiple objects at once within the Unity Editor.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Object Replacement Tool

A tool for quickly replacing multiple objects at once within the Unity Editor.

Getting Started: Importing From a Local Repo

  • Clone or download the repo to your local machine
  • Open up your Unity Project
  • Open the Package Manager window by navigating to 'Window/Package Manager'
  • Click on the '+' icon button and 'Add package from disk...'
  • Navigate to wherever you installed the local repo and select the 'package.json' file.

Getting Started: Importing via Git

  • Navigate to the root folder of your Unity Project in Finder (Mac) or Explorer (Windows).
  • Open the 'Packages' folder and open the 'manifest.json' file.
  • Add '"com.vulpes.objectreplacementtool": "https://github.com/VulpesSoftware/com.vulpes.objectreplacementtool.git#1.0.0",' to the dependencied list.
  • Reopen your Unity Project and if all goes well the package should import.

How do I use it?

  • Once added to your project the window can be accessed via the 'GameObject/Replace Object...' menu item.
  • From the Object Replacement Tool Window you can search for and select the objects you want to replace or select them manually through the Scene or Hierarchy views.
  • Then simply assign the Object you wish to replace the selection with to the 'Replacement Object' field.
  • Additional behaviours such as transform offsets and hierarchy inheritance can be configured from the Object Replacement Tool window prior to replacing the selection.

Keywords

FAQs

Package last updated on 13 Oct 2021

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