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

Make a one-click importer for all annotations #72

Open
grahamearley opened this issue Jan 19, 2017 · 2 comments
Open

Make a one-click importer for all annotations #72

grahamearley opened this issue Jan 19, 2017 · 2 comments

Comments

@grahamearley
Copy link
Collaborator

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.

@apjmason
Copy link
Member

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

@cpimhoff
Copy link
Collaborator

cpimhoff commented Feb 9, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants