revanaii / ScriptableObjectFieldCopier

A Unity tool that allows you to effortlessly copy fields from one ScriptableObject and paste into the fields of your chosen ScriptableObjects, with added functionality to filter through fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟Scriptable Object Field Copier 🌟

"Scriptable Ojbect Field Copier" is a time-saving tool for Unity, allowing swift and precise copying of ScriptableObject data. It supports selective field copying, batch pasting, and even works with private fields marked with [SerializeField]. With Undo History integration and a user-friendly interface, it's an essential asset for efficient Unity project management. Main Image Video Name

Features

  • ➡Field Filtering - You can quickly select the fields you want to change by filtering and ensure only they are modified
  • 🔒Private Field Support - Even if the fields are private, they're supported if the [SerializeField] attribute has been used.
  • 🕓 Save Time - Paste to multiple objects simultaneously, skipping the hassle of handling each one individually.
  • ↩️ Undo Ready - All operations can be easily undone from the Unity's Undo History. Safety and convenience at your fingertips!
  • 👌 User-Friendly - Our tool comes with a well-structured Editor Window, making it easy to select and modify fields. Search functionality and eligibility check are in place to ensure a smooth workflow.

Image 2 Image 3 Image 4 Image 5

How to Use?

Right-click on the ScriptableObject whose data you want to copy and select "Copy ScriptableObject." Then, select the ScriptableObjects where you want to paste the data. Right-click again and choose "Paste ScriptableObject." In the window that appears, make the necessary filters and click on the "Paste" button to proceed. Also, you can access the editor window through the Unity menu by navigating to Tools -> ScriptableObject Field Copier.

🚀 Elevate your Unity project with Scriptable Object Field Copier and accelerate your game development process! 🎮

Tested variable types;

int
bool
float
string
CustomClass
UnityEngine.Object
Sprite
Mesh
Texture2D
UnityEngine.Object[]
List<int>
List<CustomClass>
AnimationCurve
Gradient
AssetReference
privateString (private field)
ReadOnlyClass (read-only field)
NestedClass (nested class)
CustomClassWithoutDefaultConstructor

About

A Unity tool that allows you to effortlessly copy fields from one ScriptableObject and paste into the fields of your chosen ScriptableObjects, with added functionality to filter through fields.

License:MIT License


Languages

Language:C# 100.0%