<?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>解决方法 &#8211; ChaBug安全</title>
	<atom:link href="/tags/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/feed" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>一个分享知识、结识伙伴、资源共享的博客</description>
	<lastBuildDate>Sun, 01 Apr 2018 14:52:56 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.5</generator>
	<item>
		<title>Unity Animator is not playing a Playable问题</title>
		<link>/code/391.html</link>
		
		<dc:creator><![CDATA[Y4er]]></dc:creator>
		<pubDate>Sun, 01 Apr 2018 14:52:56 +0000</pubDate>
				<category><![CDATA[编程学习]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[解决方法]]></category>
		<guid isPermaLink="false">/?p=320</guid>

					<description><![CDATA[解决方法 The problem was that in my code I was referencing the Animator component on the prefa...]]></description>
										<content:encoded><![CDATA[<p><span class="wpcom_tag_link"><a href="/tags/%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95" title="解决方法" target="_blank">解决方法</a></span></p>
<pre><code>The problem was that in my code I was referencing the Animator component on the prefab, not the instantiation of it.</code></pre>
<p>意思就是不能在预制体上用Animator组件，换成模型就好了。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
