Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Clipboard List #27

Open
freddyguythe10th opened this issue Oct 26, 2024 · 4 comments
Open

[Enhancement]: Clipboard List #27

freddyguythe10th opened this issue Oct 26, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@freddyguythe10th
Copy link

Describe the new feature or enhancement

I think it would be really convenient if the clipboard was more like an List than just a single object. This would allow the in-game console more flexibility during runtime. For example, instead of doing GameObject thisBarrel = (GameObject)Paste(); we could do something more like GameObject thisBarrel = (GameObject)Paste[0]; To copy an object into a specific spot, maybe you could have the clipboard app allow you to add new items, or remove items, and then select an item to assign before you click the 'Copy Gameobject' button in the Inspector.

@freddyguythe10th freddyguythe10th added the enhancement New feature or request label Oct 26, 2024
@yukieiji
Copy link
Owner

I think the problem with this suggestion is how to select the objects that are being copied, do you have any suggestions for it?

@freddyguythe10th
Copy link
Author

freddyguythe10th commented Oct 26, 2024

I actually started working on a branch with this feature. I can merge it in 30 minutes or less. It's not the most refined thing in the world, but it should work.
All I have to do is a final test to make sure everything is working.

@freddyguythe10th
Copy link
Author

freddyguythe10th commented Oct 26, 2024

#28 is the pull request.

@yukieiji
Copy link
Owner

Uploaded a branch that implements the basic logic but not the UI. (https://github.com/yukieiji/UnityExplorer/tree/feat-clipboard)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants