<feed xmlns='http://www.w3.org/2005/Atom'>
<title>strange, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/'/>
<entry>
<title>修复相机偶尔连接不上玩家的问题</title>
<updated>2026-06-04T14:06:02+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-04T12:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=c2165c65b07f66091215ef011c5e3ba01bfe192a'/>
<id>c2165c65b07f66091215ef011c5e3ba01bfe192a</id>
<content type='text'>
又是该死的初始化时机问题！痛批！
_cameraHandler的单例在Awake阶段并不一定会初始化完成，
但是PlayerMamager却在此处绑定，

解决：将初始化后移至Start
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
又是该死的初始化时机问题！痛批！
_cameraHandler的单例在Awake阶段并不一定会初始化完成，
但是PlayerMamager却在此处绑定，

解决：将初始化后移至Start
</pre>
</div>
</content>
</entry>
<entry>
<title>增加存档系统并绑定到门上</title>
<updated>2026-06-04T14:06:02+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-04T12:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=225ef2ab53fffd6a00caa425d6f86e64d1e3f6b6'/>
<id>225ef2ab53fffd6a00caa425d6f86e64d1e3f6b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>小写一点</title>
<updated>2026-06-03T13:12:19+00:00</updated>
<author>
<name>SmallFox</name>
<email>2806143047@qq.com</email>
</author>
<published>2026-06-02T12:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=364bd0db3dba9a0cc80f76cb465d80209922557f'/>
<id>364bd0db3dba9a0cc80f76cb465d80209922557f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>降低冲刺FOV变化的速度</title>
<updated>2026-06-03T00:13:57+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-03T00:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=5b955377fd4aae7cb24c2b16c15fe3ba20ceae8a'/>
<id>5b955377fd4aae7cb24c2b16c15fe3ba20ceae8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>增加冲刺时的相机视角变化</title>
<updated>2026-06-02T23:37:22+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-02T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=f86c25987c023fcc80c21c6f40da1e79af96ab45'/>
<id>f86c25987c023fcc80c21c6f40da1e79af96ab45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>增加地形材质</title>
<updated>2026-06-02T23:25:02+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-02T23:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=65c80579d0791026ae1a2fd5327f3e520973c09b'/>
<id>65c80579d0791026ae1a2fd5327f3e520973c09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>冲刺</title>
<updated>2026-06-02T11:38:24+00:00</updated>
<author>
<name>SmallFox</name>
<email>2806143047@qq.com</email>
</author>
<published>2026-06-02T11:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=8537159642af167feae6f64d0614252f6016a54e'/>
<id>8537159642af167feae6f64d0614252f6016a54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>完成单向门，并且修复了门不能再次关闭的BUG</title>
<updated>2026-06-01T07:24:53+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-01T07:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=37618e6e39aa58130f4237995753bcf202da136a'/>
<id>37618e6e39aa58130f4237995753bcf202da136a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>移除罗师傅的一条Debug</title>
<updated>2026-06-01T07:10:24+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-01T07:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=442871d59f5a403616eeaa7e72bee40a17c77258'/>
<id>442871d59f5a403616eeaa7e72bee40a17c77258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>增加单向门</title>
<updated>2026-06-01T07:09:59+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-01T07:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/strange/commit/?id=e63c8557b3b860f0d1d1dcea69816fca35ebc6a6'/>
<id>e63c8557b3b860f0d1d1dcea69816fca35ebc6a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
