<?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>app Archives - Oxmond Technology</title>
	<atom:link href="https://oxmond.com/tag/app/feed/" rel="self" type="application/rss+xml" />
	<link>https://oxmond.com</link>
	<description>IT Development</description>
	<lastBuildDate>Wed, 18 Nov 2020 04:51:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0</generator>
	<item>
		<title>Create a VR app in only 7 minutes!</title>
		<link>https://oxmond.com/create-a-vr-app-in-only-7-minutes/</link>
					<comments>https://oxmond.com/create-a-vr-app-in-only-7-minutes/#respond</comments>
		
		<dc:creator><![CDATA[Oxmond Technology]]></dc:creator>
		<pubDate>Thu, 27 Dec 2018 04:28:46 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[2018]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[game making]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[star skybox]]></category>
		<category><![CDATA[stars]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Unity3d]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<category><![CDATA[VR]]></category>
		<guid isPermaLink="false">https://oxmond.com/?p=440</guid>

					<description><![CDATA[<p>How to create a Virtual Reality App in Unity. After a just few minutes of work, you and your friends can fly around our beautiful Earth and have a look at the 5000 brightest stars. All in your own home made app. What&#8217;s not to...</p>
<p>The post <a rel="nofollow" href="https://oxmond.com/create-a-vr-app-in-only-7-minutes/">Create a VR app in only 7 minutes!</a> appeared first on <a rel="nofollow" href="https://oxmond.com">Oxmond Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>How to create a Virtual Reality App in Unity. After a just few minutes of work, you and your friends can fly around our beautiful Earth and have a look at the 5000 brightest stars. All in your own home made app. What&#8217;s not to like? Unity Intermediate Tutorial</p>
<hr />
<p><strong>❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game:</strong><br />
<a href="https://bit.ly/SubscribeOxmondTutorials">https://bit.ly/SubscribeOxmondTutorials</a></p>
<p><strong>✅ Download the free star skybox here (Real Stars Skybox):</strong><br />
<a href="https://assetstore.unity.com/packages/3d/environments/sci-fi/real-stars-skybox-116333?aid=1100l4p9k">https://assetstore.unity.com/packages/3d/environments/sci-fi/real-stars-skybox-116333?aid=1100l4p9k</a></p>
<p><strong>✅ Download the free Earth Model here (Earth Rendering Free):</strong><br />
<a href="https://assetstore.unity.com/packages/vfx/shaders/earth-rendering-free-54914?aid=1100l4p9k">https://assetstore.unity.com/packages/vfx/shaders/earth-rendering-free-54914?aid=1100l4p9k</a></p>
<p><strong>✅ Download the free Google VR SDK for Unity:</strong><br />
<a href="https://github.com/googlevr/gvr-unity-sdk/releases">https://github.com/googlevr/gvr-unity-sdk/releases</a></p>
<p><strong>✅ Other free Asset Packages at the Unity Assets Store:</strong><br />
<a href="https://assetstore.unity.com/lists/top-free-packages-13201?aid=1100l4p9k">https://assetstore.unity.com/lists/top-free-packages-13201?aid=1100l4p9k</a></p>
<p>😷👕 <strong>Need a face mask / developer T-shirt? Drop by our shop and get a 20% DISCOUNT on your first purchase by using the discount code OXMONDSALE. Click here:</strong><br />
<a href="https://shop.oxmond.com/discount/OXMONDSALE">https://shop.oxmond.com/discount/OXMONDSALE</a></p>
<p><strong>The Earth rotation script:</strong></p>
<pre>using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Earth : MonoBehaviour
{
    void Update()
    {
        transform.Rotate(0f, 8f * Time.deltaTime, 0f);        
    }
}
</pre>
<p>The post <a rel="nofollow" href="https://oxmond.com/create-a-vr-app-in-only-7-minutes/">Create a VR app in only 7 minutes!</a> appeared first on <a rel="nofollow" href="https://oxmond.com">Oxmond Technology</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://oxmond.com/create-a-vr-app-in-only-7-minutes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
