So one of the things the asset server isn’t so great at, at least with the current GUI, is showing the history of assets. It’s pretty clumsy when it comes to tracking down the source of a change, or showing what files were changed in a particular commit, and so on. The actual tech is just an SQL server, though, so it’s pretty easy to pull all of the relevant info into whatever format you please. I did our own web browser for it in a few hours.
Screen recording demo of it in action (Flash video): Blurst Going AFK
It does piggyback a template/widget framework I use in a bunch of our other web projects. The unique logic to the asset server stuff is pretty simple, though–it’s just SQL queries straight into Smarty templates.
I just added on-page script view with syntax highlighting (two lines with GeSHi). I haven’t found a pluggable PHP diff library, though, which is kind of surprising. It would be great to have Google Docs-style color coded contribution views.
The other feature I think we’d actually use is a global “TODO” comment finder.
I haven’t decided what we’ll do with the code in terms of making it available or not. How many people are actually using the asset server?
A friend of mine and fellow Unity user has one of those as well. Very cool product. I can’t think of any common problem that would bring about this result, though.
I couldn’t find any information on the Blue or Camtasia website, but if all you hear is a little “crunchiness”, then it’s definitely not an issue with the mic, but probably something with the codec. Check out the attached file to hear what I hear.
The really weird chipmunky effect sounds like chunks of samples are getting played back at a higher sample rate to me. However, the pitch of you voice drops sometimes too, so this may all even out, lengthwise. Sometimes, you can be heard normally ALONG with the odd incorrect audio playback. The loud clicks are reminiscent of what happens when you try to record audio using a lower buffer than your system can reasonably handle, but if you didn’t hear those either, then once again, it’s probably something going haywire with the codec.
Oh yeah, that’s definitely not what I hear over on my end. Some people with Macs have reported no garbled sounds, so I’m not sure what the problem is. You would think Flash would provide consistent playback across the board…
I just added Growl notification. It isn’t a generic solution–someone should make one!–but it gets the job done. The server is actually pushing these notifications to a list of IPs via the Growl network API:
I also crapped out an RSS feed from the server, too, so people who aren’t in the office aren’t left in the dark. An RSS feed should definitely be included out of the box, IMO…