<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Unity Asset Server Browser</title>
	<atom:link href="http://technology.blurst.com/unity-asset-server-web-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.blurst.com/unity-asset-server-web-browser/</link>
	<description>Tips, tricks, and tutorials from Flashbang&#039;s Unity development experience.</description>
	<lastBuildDate>Mon, 16 May 2011 07:22:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Matthew Wegner</title>
		<link>http://technology.blurst.com/unity-asset-server-web-browser/#comment-440</link>
		<dc:creator>Matthew Wegner</dc:creator>
		<pubDate>Wed, 09 Mar 2011 03:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://technology.blurst.com/?p=223#comment-440</guid>
		<description>@Russ:  Mostly no, it behaves identically to external version control.  The major benefit is integration (simpler for artists/designers/etc to use, versus other applications).

As far as I know there is only one advantage, which is that assets are stored both in their source form and their imported form.  This makes things slightly faster, and also means you don&#039;t need things like Maya to import .mb files and so forth.

Unity &lt;em&gt;did&lt;/em&gt; charge an upgrade fee to the Asset Server Client license for 3.x, but so far there is zero information for any kind of roadmap.</description>
		<content:encoded><![CDATA[<p>@Russ:  Mostly no, it behaves identically to external version control.  The major benefit is integration (simpler for artists/designers/etc to use, versus other applications).</p>
<p>As far as I know there is only one advantage, which is that assets are stored both in their source form and their imported form.  This makes things slightly faster, and also means you don&#8217;t need things like Maya to import .mb files and so forth.</p>
<p>Unity <em>did</em> charge an upgrade fee to the Asset Server Client license for 3.x, but so far there is zero information for any kind of roadmap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Fan</title>
		<link>http://technology.blurst.com/unity-asset-server-web-browser/#comment-439</link>
		<dc:creator>Russ Fan</dc:creator>
		<pubDate>Wed, 09 Mar 2011 02:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.blurst.com/?p=223#comment-439</guid>
		<description>Came across this post a year after it&#039;s written, but was wondering if you could provide some feedback about Asset Server in general, if you don&#039;t mind.

Does Asset Server do something that External Version Control doesn&#039;t accomplish?  I know that using and External Version Control system will expose the meta files, but does Asset Server do something besides handle meta files?  Does it offer added support for merging the binary .unity files?   It appears that every developer using Unity has run into a workflow problem where they can&#039;t help but stomp another developer&#039;s commits to a unity scene.</description>
		<content:encoded><![CDATA[<p>Came across this post a year after it&#8217;s written, but was wondering if you could provide some feedback about Asset Server in general, if you don&#8217;t mind.</p>
<p>Does Asset Server do something that External Version Control doesn&#8217;t accomplish?  I know that using and External Version Control system will expose the meta files, but does Asset Server do something besides handle meta files?  Does it offer added support for merging the binary .unity files?   It appears that every developer using Unity has run into a workflow problem where they can&#8217;t help but stomp another developer&#8217;s commits to a unity scene.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://technology.blurst.com/unity-asset-server-web-browser/#comment-268</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 15 Mar 2010 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://technology.blurst.com/?p=223#comment-268</guid>
		<description>This is exactly the type of interface we are looking to build. Other than the Unity asset Server, did you experiment with other ways of having multiple team members manipulating a single Unity project? We are looking for an open source way to eliminate the bottle neck caused by only being able to have a single instance of the project open at a time.</description>
		<content:encoded><![CDATA[<p>This is exactly the type of interface we are looking to build. Other than the Unity asset Server, did you experiment with other ways of having multiple team members manipulating a single Unity project? We are looking for an open source way to eliminate the bottle neck caused by only being able to have a single instance of the project open at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leepo</title>
		<link>http://technology.blurst.com/unity-asset-server-web-browser/#comment-97</link>
		<dc:creator>Leepo</dc:creator>
		<pubDate>Sat, 30 May 2009 10:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://technology.blurst.com/?p=223#comment-97</guid>
		<description>Thanks for the reply!

I just had a post ready that it didn&#039;t work..however the copy+paste messed up the qoutes..Your fix works for my php 5.1.6.

BTW; One more fix for the zip that could be nice is that the jquery and the css file are referenced as /_jquery/jquery.js. However, this requires the scripts to be ran from a (sub)domain. test.com/assets/ wouldn&#039;t work. A relative path (_jquery/jquery.js) would help solve some confusion.

Thanks a bunch! I&#039;ll be playing around with it soon. I&#039;m already loving the TODO tracker. An extension I might look at implementing are user rights; I don&#039;t want to give all users on my asset server read access to all projects.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply!</p>
<p>I just had a post ready that it didn&#8217;t work..however the copy+paste messed up the qoutes..Your fix works for my php 5.1.6.</p>
<p>BTW; One more fix for the zip that could be nice is that the jquery and the css file are referenced as /_jquery/jquery.js. However, this requires the scripts to be ran from a (sub)domain. test.com/assets/ wouldn&#8217;t work. A relative path (_jquery/jquery.js) would help solve some confusion.</p>
<p>Thanks a bunch! I&#8217;ll be playing around with it soon. I&#8217;m already loving the TODO tracker. An extension I might look at implementing are user rights; I don&#8217;t want to give all users on my asset server read access to all projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Wegner</title>
		<link>http://technology.blurst.com/unity-asset-server-web-browser/#comment-96</link>
		<dc:creator>Matthew Wegner</dc:creator>
		<pubDate>Fri, 29 May 2009 21:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://technology.blurst.com/?p=223#comment-96</guid>
		<description>Looks like you have an older version of PHP where magical toString() is broken.  Try replacing the _php/Render.class.php addContent function with this:

[code lang=&quot;php&quot;]

	/**
	* @desc Add some content to our page
	*/
	public function addContent($content)
	{
		if(gettype($content) == &quot;object&quot;)
			$content = $content-&gt;__toString();
		
		$this-&gt;pageContent .= $content;
	}

If that works for you I&#039;ll update the zip...

[/code]</description>
		<content:encoded><![CDATA[<p>Looks like you have an older version of PHP where magical toString() is broken.  Try replacing the _php/Render.class.php addContent function with this:</p>
<div class="codesnip-container" >
<div class="codesnip"><span class="coMULTI">/**<br />
&nbsp; &nbsp;* @desc Add some content to our page<br />
&nbsp; &nbsp;*/</span><br />
&nbsp; &nbsp;public <span class="kw2">function</span> addContent<span class="br0">&#40;</span><span class="re0">$content</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp;<span class="br0">&#123;</span><br />
&nbsp; &nbsp;&nbsp; &nbsp;<span class="kw1">if</span><span class="br0">&#40;</span><a href="http://www.php.net/gettype"><span class="kw3">gettype</span></a><span class="br0">&#40;</span><span class="re0">$content</span><span class="br0">&#41;</span> == <span class="st0">&#8220;object&#8221;</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span class="re0">$content</span> = <span class="re0">$content</span>-&gt;__toString<span class="br0">&#40;</span><span class="br0">&#41;</span>;<br />
&nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;<span class="re0">$this</span>-&gt;<span class="me1">pageContent</span> .= <span class="re0">$content</span>;<br />
&nbsp; &nbsp;<span class="br0">&#125;</span></p>
<p><span class="kw1">If</span> that works <span class="kw1">for</span> you I<span class="st0">&#8216;ll update the zip&#8230; </span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leepo</title>
		<link>http://technology.blurst.com/unity-asset-server-web-browser/#comment-94</link>
		<dc:creator>Leepo</dc:creator>
		<pubDate>Fri, 29 May 2009 20:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://technology.blurst.com/?p=223#comment-94</guid>
		<description>I can&#039;t get it working right away; I modified the inc.php, and chmoded 777 all files for desperate testing purposes. However, the source of my index page looks like this: http://pastebin.com/m413c8c8e

Any clue what I should be looking for?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it working right away; I modified the inc.php, and chmoded 777 all files for desperate testing purposes. However, the source of my index page looks like this: <a href="http://pastebin.com/m413c8c8e" rel="nofollow">http://pastebin.com/m413c8c8e</a></p>
<p>Any clue what I should be looking for?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

