<?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>Hello World!!</title>
	<atom:link href="http://bhags.org/?feed=rss2&#038;tag=38" rel="self" type="application/rss+xml" />
	<link>http://bhags.org</link>
	<description>Welcome to Sinyu&#039;s  site</description>
	<lastBuildDate>Mon, 06 Nov 2017 04:17:27 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>Unity Tips &#8211; データのやり取り</title>
		<link>http://bhags.org/?p=212</link>
		<comments>http://bhags.org/?p=212#comments</comments>
		<pubDate>Fri, 13 Sep 2013 10:01:30 +0000</pubDate>
		<dc:creator><![CDATA[bhags]]></dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://bhags.org/?p=212</guid>
		<description><![CDATA[JSONでのやり取りはメモリと速度の面であまりよくない よいもの MessagePack Scrip[...]]]></description>
				<content:encoded><![CDATA[<p>JSONでのやり取りはメモリと速度の面であまりよくない</p>
<h2>よいもの</h2>
<h3>MessagePack</h3>
<h3>Scriptable Object -> Unity おすすめ</h3>
<h2>unityのおすすめ</h2>
<ul>
<li>アプリに含めるデータ:Scriptable Object
<li>定期的に更新するデータ:Sciptable Object or Message Pack
<li>動的にサーバから取得するデータ: Message Pack
</ul>
<p>ほかの方法<br />
ローカルに保存する方法</p>
<ul>
<li>PlayerPrefs -> 容易に編集可能、メモリに全データを展開：設定の保存に最適
<li>sqlite -> asset storeで購入して使用
<li>ストレージ -> IO　(iOSはアップデートするたびにデータのパスが変わるのでデータのパスを保存して使うのは危険！)
</ul>
<p>暗号化</p>
<ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bhags.org/?feed=rss2&#038;p=212</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
