-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Move Samples out of Assets #174
Comments
I think the thought is that (A) when you get HoloToolkit, you’re going to want some reference code on how to use it, and this makes it that much simpler, and (B) if you make any changes, you’re less likely to break something if you have the canonical examples as part of your project. It shouldn’t be enough data worry about disk bloat. |
When you use source control, I generally include everything in the asset I vote for moving them outside the asset directory and allowing the dev the On Mon, Aug 15, 2016 at 2:38 PM, Dan Holbert notifications@github.com
|
There are lots of pros and cons for both sides on this, but we felt that given a tight focus (examples should make heavy use of the HTK and should not be complex) it was unlikely that the examples section would be much of a burden on developers, but could be of great help for learning the HTK. Moving them out also means the overhead of multiple Unity projects. Moving them to another repo was a non-starter due to the overhead of managing multiple public GitHub repos. There's also a long term vision that most developers would be embedding the HTK into their projects via a published package on the Unity Asset Store. In that case it's really easy to exclude them by unchecking the box for the Examples folder and including it falls in line with what we see in many Unity packages available from the store. |
@jwittner articulated the thinking amazingly well. Hope that answers your question. HoloToolkit-Examples is under assets because:
We do acknowledge, the repo size may increase but disk storage space has become a lot cheaper over the years :) |
I understand all of these points. I guess point number 3 is the one most impacted by location. If the samples were located at HoloToolkit-Unity/Examples instead of HoloToolkit-Unity/Assets/HoloToolkit-Examples Teachability would be similar in that being at the root is easy to find. But I agree that they would not compile at the root and would have to be moved to Assets anyway if you wanted to actually run them. Developers would still not need to create a separate fork or branch because the examples would still be in the same repository. But Importability has the biggest impact because you couldn't just grab the Assets folder and convert it to a Unity package. You'd have to manually include a folder from another location and that would make packaging it up more complex. I understand the logic behind this organization and I can see how if it showed up as a checkbox in a Unity Package I could easily just uncheck the box. I personally do not create a separate copy of the toolkit for every project. I use linking to share one copy of the toolkit across projects. So I wasn't fond of the samples causing all my projects to load longer. But as Neeraj point out, I can just as easily delete the samples folder if I don't want them. Thank you everyone for sharing your thoughts. I'm fine with closing this issue. |
Should the HoloToolkit-Examples folder really be under Assets? I used to tell everyone that they need to include everything from the Assets folder and below to make sure the got the RSPs (a common mistake). But now that would include all of the samples too.
I feel the samples should exist off the root somewhere, like the Sharing stuff does in:
External/HoloToolkit/Sharing
But I could be missing something. Any thoughts?
The text was updated successfully, but these errors were encountered: