I created a Search Engine for Open Source Unity3D Projects

I kind of got tired looking for open source unity projects on github’s limited search engine, so I made this nifty tool :


Here’s the website :
UnityList.com

I’m still working on few things but the project as a whole is usable enough to be released.

Tell me what you think of it :slight_smile:
Oh, and if you have any questions, suggestions or anything, I’m all ears.

22 Likes

I think it’s friggin amazing! Thanks a lot, I’m sure this provides great value to the community.

If we can make feature requests I’d like to be able to filter by licenses (so e.g. only display MIT and CC0.

And I’d like to see how many pages of search results total are found in a category. Maybe make the list at the bottom something like this: previous 1, 2, 3, 4, 5, 6, 7, … 42 next.

Thanks, I’m still figuring out how to extend the search filters in a nice usable way for license search, so that’s in my todo list alright :slight_smile: ( maybe a omnibox search would do, but then again I fear for mobile users getting a crappy experience )

As for the pages, is it really that useful to know the total amount of pages? I’m not the kind of guy who pays much attention to that but if you can give me a good reason then I’ll implement it

1 Like

When I’m browsing search results somewhere, I like to know how many results total there are, so that I can decide at the start if it’s gonna be feasible to go through all of them or not. I’d hate to have a search with 452 pages of results and wondering after half an hour when/if I’ll hit the end soon.
This forum does it too with thread pages. I think it is a good way to handle anything that has multiple pages. I’d have trouble thinking of a reason against it (other than that implementing anything always costs dev time).

2 Likes

I would like to see the github authors names shown quite prominently with the results.

4 Likes

Preserving the formatting in the README or similar files would make them easier to read (I use bold headings for a reason!). That is mainly a cosmetic issue, however.

This is very nice! :slight_smile:

1 Like

Excellent, bookmarked your site.

1 Like

Whoa this is really cool man. I didn’t even know one could do this.

1 Like

Nice idea.

Out of curiosity, where did you source the data from? There are plenty of projects I’ve seen around the forums that are not in your list.

1 Like

Very cool, good job!

1 Like

Just updated the site with a more stable navigation ( using filters and navigating was awful previously )
Still working on license stuff atm.

Alrighty, that’ll be integrated in the next update.

I noticed that in few repos but I keep loosing sight of them, if you can link me up some – that would help me a lot.

The fancy land of github, not exactly the best experience for finding new projects though. Which is why UnityList exists :slight_smile:


Thanks for all comments, glad it’s useful for more than just me !

Thanks a lot! This has immediately helped me find a lot of solution to something I’ve been stuck at for long!

1 Like

wow this is awesome! As others suggested would be good if you could sort by license :slight_smile:

1 Like

I’ve just improved the formatting so that it fits github’s style, some repo’s who use custom markdown tags are still broken but at least it looks way more easy on the eyes :slight_smile:

Is it ok to group the licenses in this way ?

  • Commercial : MIT, Apache-2, Unilicense
  • Non-commerical : xxxxxxx
  • Rest : xxxxx

or do you really need a detailed filtering?

1 Like

Voila, both of them are now added and live.

1 Like

Awesome! This truly is amazing!

1 Like

This is great! Thanks for sharing!

1 Like

Nicely done! :sunglasses:

1 Like

Thanks guys :slight_smile:

I’ve recently added bunch of new features, including searching by author and project evolution.

3 Likes