<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Metaverse Ink Blog &#187; Metaverse Ink Blog &#187;  &#187; 3D modeling</title>
	<atom:link href="http://www.metaverseink.com/blog/tag/3d-modeling-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metaverseink.com/blog</link>
	<description>Virtual Worlds and Beyond</description>
	<lastBuildDate>Mon, 20 Apr 2020 19:52:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.32</generator>
	<item>
		<title>A Tour Through Unity3D for SL/OpenSim Aficionados</title>
		<link>http://www.metaverseink.com/blog/3d-modeling/a-tour-through-unity3d-for-slopensim-aficionados/</link>
		<comments>http://www.metaverseink.com/blog/3d-modeling/a-tour-through-unity3d-for-slopensim-aficionados/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 20:56:28 +0000</pubDate>
		<dc:creator><![CDATA[Diva Canto]]></dc:creator>
				<category><![CDATA[3d modeling]]></category>
		<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[3D modeling]]></category>
		<category><![CDATA[second life]]></category>
		<category><![CDATA[Unity3D]]></category>

		<guid isPermaLink="false">http://metaverseink.com/blog/?p=73</guid>
		<description><![CDATA[I was sick-ish last week, so I decided to use my idle cycles to finally learn Unity3D. I thought I&#8217;d share my impressions, given that (a) I&#8217;m not a 3D modeler, not even an amateur one, and (b) my only experience with 3D environments has been Second Life / OpenSim. I suspect there are lots [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a title="Unity3DScene by Diva Canto, on Flickr" href="http://www.flickr.com/photos/20665379@N03/5610015067/"><img src="http://farm6.static.flickr.com/5304/5610015067_bca03cbb23.jpg" alt="Unity3DScene" width="500" height="375" /></a></p>
<p>I was sick-ish last week, so I decided to use my idle cycles to finally learn <a href="http://unity3d.com/">Unity3D</a>. I thought I&#8217;d share my impressions, given that (a) I&#8217;m not a 3D modeler, not even an amateur one, and (b) my only experience with 3D environments has been Second Life / OpenSim. I suspect there are lots of people like me. Being an OpenSim aficionada, and fairly ignorant of everything else (mainly for lack of time), I always felt like I was missing the big picture. Indeed, I was, and I&#8217;m glad my cold last week gave me the opportunity to explore a completely different point of this large design space. The picture above shows one of the environments I created. The bottom line, if you don&#8217;t care to read more, is this: the Unity3D ecosystem feels like Second Life for grown ups.</p>
<p><span id="more-73"></span></p>
<h2>Some Clarifications First</h2>
<p>Before I describe my impressions, let me clarify a couple of things.</p>
<p>First, Unity3D is not a replacement for SL-style virtual worlds. It&#8217;s not even in the same ballpark. Unity3D is, first and foremost, a scene editor &#8212; a glorified building tool with powerful delivery options. Whether the scenes you create are single user, multi-user or MMO, that&#8217;s entirely up to you, the environment designer, to decide. Unity3D gives us enough hooks to create whatever we need in terms of networking. While it&#8217;s relatively easy (emphasis on &#8220;relatively&#8221;) to create single-user, non-networked scenes, it&#8217;s a lot more difficult to create multi-user environments; and by &#8220;multi-user&#8221; I mean environments that network a few shared objects among a few people. Unity3D doesn&#8217;t  support MMO environments like Second Life and OpenSim &#8212; <a href="http://unity3d.com/unity/engine/networking.html">it leaves that to 3rd party servers and client-side libraries</a>, of which there are a few commercial ones. In other words, if you want to create a virtual world with Unity3D, you need a lot of extra engineering work. The more objects you want to share, and the more users you want to have, the more complicated things will be. Doing an SL-like virtual world, where everything is shared and where users can create new content, would be a major endeavor.</p>
<p>Second, when it comes to hooking up Unity3D to OpenSim/SL, the current conceptual model behind <a href="http://www.tipodean.com/">Tipodean</a> and <a href="http://rezzable.net/web2-0/unity3d-and-opensim-working-together-prototype/">Rezzable</a> is to develop Unity3D-based clients that download and render existing SL content. While I admire those efforts, and hope they continue, that&#8217;s not the only possible way of connecting Unity3D and OpenSim. As I said above, Unity3D doesn&#8217;t support MMO-ness. So there is the opportunity to develop that with OpenSim (some version of it) on the backend, but using Unity3D to create the scenes and the content in them. I am more interested in exploring this other model, not just because Tipodean is doing a great job with the other one, but also because I see many exciting things in Unity3D as scene creation tool &#8212; things I wished existed in the SL ecosystem, but don&#8217;t.</p>
<h2>The Building Experiences</h2>
<p>Having gotten those clarifications out of the way, lets now look at Unity3D for what it is: a tool for creating interactive stories with rich media. Which, to some extent, is what SL/OpenSim is (ignoring the social network aspects). So let me compare it with the equivalent in the SL ecosystem: how and what we build there. I&#8217;ll talk about the pros and cons of each.</p>
<h3>Terrain</h3>
<p>To create the scene pictured above, I imported a terrain I had, which I used in the <a href="http://metaverseink.com/blog/?p=74">previous blog post</a> to explain sculpted terrains. (Side note: that terrain was one of the main reasons why I decided to look into Unity3D this week, I wanted to see how the same thing could be done there). It took me a very long time to figure out how to import the heightmap, more than I dare to admit &#8212; not easy to navigate through the variation of formats and options for these files&#8230; Anyway, I finally figured it out, and the terrain appeared as I wanted it in the Unity3D scene. Unfortunately, Unity3D doesn&#8217;t smooth the heightmap values out by default, so I had to do the extra work of smoothing the whole thing (it&#8217;s a large, 768&#215;1024 terrain). With that done, I then overlayed the aerial image and added the water. This is how that scene looks like in the editor:</p>
<p><a href="http://metaverseink.com/blog/wp-content/uploads/2011/04/Unity3DSceneEditor.jpg"><img class="alignnone size-medium wp-image-105" title="Unity3DSceneEditor" src="http://metaverseink.com/blog/wp-content/uploads/2011/04/Unity3DSceneEditor-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>I can now make the first  comparison between building with Unity3D and with SL/OpenSim: when it comes to terrains, Unity3D wins by a long shot. In SL/OpenSim I had to make that hack of using sculpted prims in order to get the overlayed image on; in Unity3D that comes without any hacks: just import the heightmap, and overlay the image, as one would expect.</p>
<h3>Cameras</h3>
<p>Next, I had to learn about cameras &#8212; a concept that is hard-coded in SL. In SL we learn that there is exactly one camera that usually sits just above the avatar&#8217;s head, and that we can move independently by a combination of keys and mouse. In Unity3D the scene creators have a lot more options. There can be any number of cameras, each behaving in a different manner. For starters, I used the preexisting &#8220;First Person Controller&#8221; which includes basic movement with the arrow keys and the mouse, and a camera that follows that movement. Coming from the SL ecosystem, I confess I am in awe with this new concept of programmable cameras &#8212; they give so many more options for building user experiences! On the other hand, it&#8217;s a bit overwhelming to have to learn how to exercise those options &#8212; and this is a theme that pervades the comparison between the two. Indeed, I tried to program a camera behavior that would be more like SL (zoom in/out, pan, etc.) and got only half way there, based on a script I found in the Unity3D forums. I&#8217;m not giving up, I&#8217;ll get it working eventually.</p>
<h3>Sounds</h3>
<p>Next, I added a simple sound effect &#8212; birds chirping in a certain part of the scene. That was very easy. It&#8217;s easy in SL too. In Unity3D there are a lot more options regarding these sound effects; I didn&#8217;t explore them yet.</p>
<h3>Scripted Movement</h3>
<p>Next, I thought I&#8217;d reproduce the basics of my <a href="http://www.youtube.com/watch?v=frbABk6yQdE">traffic simulation in OpenSim</a> by adding a car moving on the road. (You can see the car on the road in the first picture up there). I didn&#8217;t think I would be able to do it in a couple of hours, but&#8230; I was wrong. It was dead simple. It took me longer to find a free model of a car than to code up the movement.  Granted, I reused all the knowledge I already had about making cars move in roads, but I wasn&#8217;t expecting it to be this easy. Looking back at my traffic simulation in OpenSim, and comparing it to what can be done in Unity3D, there is one very important observation to be made:</p>
<ul>
<li>For the purposes of my traffic simulation, it has always been an overkill to have the traffic be controlled by the server and distributed synchronously in almost real-time to every client connected to it. My traffic simulation has more the flavor of a particle system &#8212; it&#8217;s something I want to show to users, an illustration, but I don&#8217;t necessarily want everyone to see exactly the same thing. In other words, running it unsynchronized on the clients is just fine, and it frees the server of a lot of computation and networking.</li>
</ul>
<p>Of course, this would break the underlying design philosophy of SL: complete shared state of the world. That is a very strong principle of the SL environment, and it makes sense for the kind of user experience they want to provide. However, it&#8217;s clear to me that that&#8217;s not the only possible model for these kinds of environments. As a scene creator, having the freedom to decide what runs independently in each client and what must be synchronized is a very good thing, indeed! Unity3D starts up by not sharing anything among clients, i.e. each client gets the scene and runs it independently. Then we, the scene developers, may choose to put some scene objects under the constraint of synchronization in a multi-user environment. Eventually, we may hook this up with a 3rd party server that does the synchronization more efficiently. I definitely like this model! But, again, it makes it much more difficult to develop shared environments, whereas in SL/OpenSim there is nothing but shared objects.</p>
<h3>Objects</h3>
<p>Next, I decided to create a building and add it to the model. (You can see that building in the pictures above) In SL/OpenSim, building things is the essence of the user experience: click the build button, tweak a few parameters, upload textures, apply them to the faces &#8212; done. Not so easy in Unity3D! In Unity3D, we can add the same &#8220;primitive&#8221; objects as SL: they have cubes, spheres, etc. But tweaking and texturing is another matter entirely, and this came as a shock to me. There is no simple way of applying different textures to different faces of objects. Instead, the conceptual model seems to be this: don&#8217;t use Unity3D to build the objects themselves, use it only to integrate them together in the scene. So in order to get my simple box-like building up in the Unity3D model, I had to give myself a crash course in 3D modeling tools. I started with Blender and quickly gave up (expletives omitted). Then I moved to Wings3D. Wings3D is noobie friendly, and the tutorials out there help. I was able to model a parallelepiped, and I learned about texturing &#8212; the pro version of it. I can see how much more powerful this pro version of texturing is, but, man&#8230;! How difficult would it be to add to these tools the simple version of texturing that SL provides? &#8212; select the face, associate it with a texture and you&#8217;re done. Oh well. I guess they don&#8217;t really care about noobies, they want people to act professionally and do &#8220;the right thing.&#8221; Anyway, here is a picture of my Wings3D model:</p>
<p><a href="http://metaverseink.com/blog/wp-content/uploads/2011/04/wings3dbuilding.jpg"><img class="alignnone size-medium wp-image-122" title="wings3dbuilding" src="http://metaverseink.com/blog/wp-content/uploads/2011/04/wings3dbuilding-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Eventually, I finished my box building and produced the texture for it, so I imported those 2 things to Unity3D and placed the building in the right place. That part was easy. But the overall experience was completely different from building in SL. I can&#8217;t say it was worse &#8212; it was different. Not being able to do simple things inside Unity3D  first came as a shock, but once I figured the basics of Wings3D I started to enjoy it; it gives me the feeling of being a super powerful 3D modeling ninja! No more being limited to half-a-dozen primitives &#8212; modeling with the full power of meshes is so much more empowering! Having to switch tools between individual objects and the scene is both good and bad. It&#8217;s good, in that it allows people to focus on each object at a time, possibly dividing the modeling job among many people independently. It&#8217;s bad, in that the immersive building experience (something that I, like so many people, greatly enjoy in SL/OpenSim) is cut off in chunks.</p>
<h2>The Larger Ecosystem</h2>
<p>In searching for free objects, I came across Unity3D&#8217;s <a href="http://unity3d.com/unity/editor/asset-store.html">Asset Store</a>. This is the equivalent of SL&#8217;s <a href="https://marketplace.secondlife.com/">Marketplace</a> and the newer market places that are starting to emerge for OpenSim content. There aren&#8217;t a lot of freebies in the Asset Store, and the prices seem to be almost one order of magnitude higher than SL prices &#8212; something that would costs US$15 in SL costs US$50 in the Unity3D world. This probably reflects the pulls and pushes of these markets. It&#8217;s so much easier to build things in SL that lots of people do it competently, so competition drives prices down. Also the buyers in SL are people who buy things with their own personal money, so you can&#8217;t have high prices; in Unity3D, the buyers are professional game developers, so a $50 purchase is not a big deal.</p>
<h2>Bottom Line</h2>
<p>The building experiences in SL/OpenSim and Unity3D are completely different. Everything in Unity3D seems designed to support professional scene creations, whereas everything in SL seems designed to support amateur content. In SL, building is a large part of the SL &#8220;game,&#8221; of its entertaining user experience; in Unity3D building is a serious matter, it&#8217;s the activity with which entertainment is produced for others to experience. As such, Unity3D provides a much larger spectrum of options than SL. And, as a consequence, the learning curve is much steeper than SL&#8217;s. For every 100 people who can build in SL, there are possibly 1 who can build in Unity3D.</p>
<p>But did I enjoy building in Unity3D? I confess I had a blast! I absolutely love the many more options that I am given to create the immersive stories with this tool. Whether the stories are worth experiencing or not, that&#8217;s, of course, another matter&#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.metaverseink.com/blog/3d-modeling/a-tour-through-unity3d-for-slopensim-aficionados/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
