09-22-2025, 02:58 PM
is it possible to avoid or override the naming convention given to prefabs? I'd like to simply keep the existing prefab name, and not add the long prefix/ suffix.
|
Create Game Object Renaming Options
|
|
09-22-2025, 02:58 PM
is it possible to avoid or override the naming convention given to prefabs? I'd like to simply keep the existing prefab name, and not add the long prefix/ suffix.
09-23-2025, 09:33 AM
Hi,
There is no such option, but you can modify the code that does the renaming, either to avoid the renaming or change the naming pattern. To do so, head to the the file ToolBuddy\Assets\Curvy\Scripts\CG\CGModule.ResourceNamer.cs then modify the method Rename(...) If you are unfamiliar with coding, just replace this: Code: public void Rename([NotNull] string resourceName, [NotNull] Component resource, int index)with this: Code: public void Rename([NotNull] string resourceName, [NotNull] Component resource, int index)I hope this helped. Have a nice day.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you. |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Morph game object along curve. | mikechr2000 | 5 | 2,084 |
02-04-2025, 09:30 PM Last Post: _Aka_ |
|
| Create Mesh Node, Make Static Options | rickgplus | 1 | 1,375 |
01-23-2025, 10:12 AM Last Post: _Aka_ |
|
| Bug: Save Generator Outputs still saves outputs if object is disabled | curvymesher | 1 | 1,171 |
08-30-2024, 09:19 AM Last Post: _Aka_ |
|
| Player move with object | mcarman | 4 | 1,974 |
07-29-2024, 06:49 PM Last Post: mcarman |
|