Prairie icon indicating copy to clipboard operation
Prairie copied to clipboard

Make a one-click importer for all annotations

Open grahamearley opened this issue 8 years ago • 2 comments

For example, suppose a user has a directory with a bunch of text files with names that match Game Objects. This importer would go through that folder and add each text file to an annotation about the Game Object that matches the name of the text file.

This is pretty brittle (changing names of objects would stop the importer from working). We need to discuss this further and think about how it would work.

grahamearley avatar Jan 19 '17 16:01 grahamearley

Resources.LoadAll might be useful here. https://docs.unity3d.com/ScriptReference/Resources.LoadAll.html

apjmason avatar Jan 19 '17 16:01 apjmason

Judging by the direction we went with Annotations, I'm not sure address this issue in this way continues to be relevant.

Perhaps more along the lines of what we did with providing guesses for the AssociatedTwineNode editor (see #119) would be eliminate some of the manual work but also keep us from having to create a bunch of restrictions on people's directory structures?

cpimhoff avatar Feb 09 '17 06:02 cpimhoff