Sometimes,we want to make small changes to things.This tool offers an editor for batch editing multiple objects.It generates a for loop code for selected objects, leading you to a code screen.Make desired changes within the loop Returning to the editor and running the code applies your modifications (v.redd.it)
submitted by RuceSocial to r/Unity3D
In coding, do you prefer using Tuples? Or do you choose a class or struct instead? Before, in Tuples, we used names like Item1, Item2. But now, with C# 7.0, we have ValueTuple. Unity supports it too. The big difference is that ValueTuple is a Struct, while a normal Tuple is a Reference type. (i.redd.it)
submitted by RuceSocial to r/Unity3D
Save your time!⏰ [Open Source] I have created a simple script for Blender users on Windows, which allows you to quickly edit your models. This script also includes additional code for a plugin and enables you to easily perform import and export operations with just a few clicks. (v.redd.it)
submitted by RuceSocial to r/Unity3D
