snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.59k stars 291 forks source link

Copying a Group of Blocks Will Make a Link To The Original #1001

Open breadnone opened 3 years ago

breadnone commented 3 years ago

Describe the bug This behavior would prevent us from making a reusable block templates

As seen in the video below

https://user-images.githubusercontent.com/64100867/123255900-8b6d6380-d51a-11eb-9e12-677fd5068fc2.mp4

To Reproduce Make a group of connected blocks, select, then copy/paste them. The copy will make a link to the original

Expected behavior We can copy/paste a group of connected blocks without making a link to the original so it's possible to make a reusable block templates.

Versions & Platform (please complete the following information):

Arylos07 commented 3 years ago

I'll take a look into this one as well as an issue where duplicating invoke commands clear the object reference. I'll have to look into when it copies the block data and see if some fudging can be done to link to the new blocks.

This will likely appear as a separate right click option so that current workflows aren't broken.