Replacement with unusual regex and numeration changes
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Feature request:
how do i change objects named like this:
Sphere
Sphere (1)
Sphere (2)
Sphere (3)
Sphere (4)
so they're named like this:
cube_1
cube_2
cube_3
cube_4
cube_5
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Unity editor rename workflow and the existing replacement or numeration handling. Use the examples in the issue to determine how a base name, parenthesized numbers, and sequential output should be interpreted; done means the listed Sphere objects can become cube_1 through cube_5.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- game-dev, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100