<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Serialize Notes]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2109&amp;type=atom" />
	<updated>2024-03-18T15:44:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=2109</id>
		<entry>
			<title type="html"><![CDATA[Re: Serialize Notes]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=9474#p9474" />
			<content type="html"><![CDATA[<p>Okay, finally responding after a year... Apologies for the delay, I don&#039;t check this forum very often and haven&#039;t been working in a project with UEE for a while. I can confirm that un-ignoring `References.asset` in version control allows notes to be shared between machines. You mentioned splitting up that file. It would definitely be great to have notes stored in a separate text file; I was disappointed to see that they&#039;re stored in binary. Anyway, thanks for building this great asset!</p>]]></content>
			<author>
				<name><![CDATA[Rabadash8820]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2531</uri>
			</author>
			<updated>2024-03-18T15:44:23Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=9474#p9474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Serialize Notes]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=9363#p9363" />
			<content type="html"><![CDATA[<p>As I wrote above, the notes are stored in References.asset file, so you need to include this file in your version control system to share notes.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2024-01-23T13:40:48Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=9363#p9363</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Serialize Notes]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8974#p8974" />
			<content type="html"><![CDATA[<p>Hi.</p><p>It&#039;s designed so that notes are not stored in GameObject, so as not to affect the build.</p><p>The notes are stored in:<br />Assets/Plugins/Infinity Code/Ultimate Editor Enhancer Settings/References.asset</p><p>In future versions, I plan to split all the things stored in this file into separate files so you can better control what needs to be shared and what doesn&#039;t.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2023-04-17T02:28:47Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8974#p8974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Serialize Notes]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8972#p8972" />
			<content type="html"><![CDATA[<p>I only just noticed that GameObject notes are not serialized/saved anywhere in .scene/.asset/.meta files. Serializing notes would be extremely helpful when collaborating with others, much like comments in code. This might be tricky since notes don&#039;t use an actual Component...maybe you could use an editor script to listen for scene saves, and serialize all Notes into some separate file, like one under ProjectSettings/ using <a href="https://docs.unity3d.com/Packages/com.unity.settings-manager@2.0/manual/index.html">SettingsManager</a>.</p>]]></content>
			<author>
				<name><![CDATA[Rabadash8820]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2531</uri>
			</author>
			<updated>2023-04-17T02:13:53Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8972#p8972</id>
		</entry>
</feed>
