<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://powerui.kulestar.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Twobob</id>
		<title>PowerUI - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://powerui.kulestar.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Twobob"/>
		<link rel="alternate" type="text/html" href="https://powerui.kulestar.com/wiki/index.php?title=Special:Contributions/Twobob"/>
		<updated>2026-06-04T05:45:56Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)&amp;diff=185</id>
		<title>Source Control (GIT)</title>
		<link rel="alternate" type="text/html" href="https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)&amp;diff=185"/>
				<updated>2017-03-12T18:30:14Z</updated>
		
		<summary type="html">&lt;p&gt;Twobob: /* Windows Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PowerUI&amp;#039;s source is available via GIT to everybody with a PowerUI license along with a [https://git.kulestar.com/PowerUI/UnityProject web based Gitlab UI for easy access]. It&amp;#039;s highly recommended you set up access as it&amp;#039;s easy to do and will keep you right up to date with all the latest changes. Known bugs and feature requests are handled there too.&lt;br /&gt;
&lt;br /&gt;
== Gaining access ==&lt;br /&gt;
&lt;br /&gt;
* Create an account on [http://powerui.kulestar.com/me/ My PowerUI].&lt;br /&gt;
* Drop in your invoice number from the Unity Asset Store. You can get hold of the invoice number directly from your Unity Asset downloads window, or from the purchase email.&lt;br /&gt;
* You&amp;#039;ll then see a box at the top which can grant you access. Click on the button &amp;#039;&amp;#039;(and expect a small barrage of emails!)&amp;#039;&amp;#039;&lt;br /&gt;
* You can now login to and checkout any of the PowerUI repositories.&lt;br /&gt;
&lt;br /&gt;
== Checking it out ==&lt;br /&gt;
&lt;br /&gt;
The [https://git.kulestar.com/PowerUI/UnityProject UnityProject repository] contains all of the individual components &amp;#039;&amp;#039;as git submodules&amp;#039;&amp;#039;, so you&amp;#039;ll want to check that one out. &amp;#039;&amp;#039;&amp;#039;Make sure you do a submodule update&amp;#039;&amp;#039;&amp;#039; - here&amp;#039;s how via the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
git clone https://git.kulestar.com/PowerUI/UnityProject.git --recursive&lt;br /&gt;
git submodule foreach --recursive git checkout master&lt;br /&gt;
git submodule foreach git pull&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The wall of errors ==&lt;br /&gt;
&lt;br /&gt;
If you see a giant wall of errors, don&amp;#039;t panic! That means it hasn&amp;#039;t cloned all of the contents of the submodules. Depending on the client you&amp;#039;re using, you&amp;#039;ll need to go into the directory, and perform a GIT submodule update. Some clients will do that as part of a pull/ update. That should get those submodules for you.&lt;br /&gt;
&lt;br /&gt;
== Windows Users ==&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re on windows, a common tool to use is TortoiseGIT. Here&amp;#039;s a quick guide on using that:&lt;br /&gt;
&lt;br /&gt;
* Navigate through to the directory you&amp;#039;d like to check it out to&lt;br /&gt;
* Right click -&amp;gt; &amp;quot;GIT Clone..&amp;quot;.&lt;br /&gt;
* Enter the repository URI at the top (https://git.kulestar.com/PowerUI/UnityProject.git).&lt;br /&gt;
* Tick recursive&lt;br /&gt;
* Press ok, then you&amp;#039;ll then be prompted for your user details which are those same ones as used by the My PowerUI site.&lt;br /&gt;
* Press ok and then let it clone. You might get a &amp;#039;&amp;#039;&amp;#039;&amp;quot;git did not exit cleanly&amp;quot;&amp;#039;&amp;#039;&amp;#039; message - this is fine!&lt;br /&gt;
* Go into the repositories directory. Right click and go to TortoiseGIT -&amp;gt; &amp;quot;Submodule update..&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternately, If you are okay with command line you can grab https://git-scm.com/download/win and use the command line instructions above on windows.&lt;/div&gt;</summary>
		<author><name>Twobob</name></author>	</entry>

	<entry>
		<id>https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)&amp;diff=183</id>
		<title>Source Control (GIT)</title>
		<link rel="alternate" type="text/html" href="https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)&amp;diff=183"/>
				<updated>2017-03-12T18:13:46Z</updated>
		
		<summary type="html">&lt;p&gt;Twobob: Added the git submodule foreach --recursive git checkout master&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PowerUI&amp;#039;s source is available via GIT to everybody with a PowerUI license along with a [https://git.kulestar.com/PowerUI/UnityProject web based Gitlab UI for easy access]. It&amp;#039;s highly recommended you set up access as it&amp;#039;s easy to do and will keep you right up to date with all the latest changes. Known bugs and feature requests are handled there too.&lt;br /&gt;
&lt;br /&gt;
== Gaining access ==&lt;br /&gt;
&lt;br /&gt;
* Create an account on [http://powerui.kulestar.com/me/ My PowerUI].&lt;br /&gt;
* Drop in your invoice number from the Unity Asset Store. You can get hold of the invoice number directly from your Unity Asset downloads window, or from the purchase email.&lt;br /&gt;
* You&amp;#039;ll then see a box at the top which can grant you access. Click on the button &amp;#039;&amp;#039;(and expect a small barrage of emails!)&amp;#039;&amp;#039;&lt;br /&gt;
* You can now login to and checkout any of the PowerUI repositories.&lt;br /&gt;
&lt;br /&gt;
== Checking it out ==&lt;br /&gt;
&lt;br /&gt;
The [https://git.kulestar.com/PowerUI/UnityProject UnityProject repository] contains all of the individual components &amp;#039;&amp;#039;as git submodules&amp;#039;&amp;#039;, so you&amp;#039;ll want to check that one out. &amp;#039;&amp;#039;&amp;#039;Make sure you do a submodule update&amp;#039;&amp;#039;&amp;#039; - here&amp;#039;s how via the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
git clone https://git.kulestar.com/PowerUI/UnityProject.git --recursive&lt;br /&gt;
git submodule foreach --recursive git checkout master&lt;br /&gt;
git submodule foreach git pull&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The wall of errors ==&lt;br /&gt;
&lt;br /&gt;
If you see a giant wall of errors, don&amp;#039;t panic! That means it hasn&amp;#039;t cloned all of the contents of the submodules. Depending on the client you&amp;#039;re using, you&amp;#039;ll need to go into the directory, and perform a GIT submodule update. Some clients will do that as part of a pull/ update. That should get those submodules for you.&lt;br /&gt;
&lt;br /&gt;
== Windows Users ==&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re on windows, a common tool to use is TortoiseGIT. Here&amp;#039;s a quick guide on using that:&lt;br /&gt;
&lt;br /&gt;
* Navigate through to the directory you&amp;#039;d like to check it out to&lt;br /&gt;
* Right click -&amp;gt; &amp;quot;GIT Clone..&amp;quot;.&lt;br /&gt;
* Enter the repository URI at the top (https://git.kulestar.com/PowerUI/UnityProject.git).&lt;br /&gt;
* Tick recursive&lt;br /&gt;
* Press ok, then you&amp;#039;ll then be prompted for your user details which are those same ones as used by the My PowerUI site.&lt;br /&gt;
* Press ok and then let it clone. You might get a &amp;#039;&amp;#039;&amp;#039;&amp;quot;git did not exit cleanly&amp;quot;&amp;#039;&amp;#039;&amp;#039; message - this is fine!&lt;br /&gt;
* Go into the repositories directory. Right click and go to TortoiseGIT -&amp;gt; &amp;quot;Submodule update..&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Twobob</name></author>	</entry>

	<entry>
		<id>https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)&amp;diff=180</id>
		<title>Source Control (GIT)</title>
		<link rel="alternate" type="text/html" href="https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)&amp;diff=180"/>
				<updated>2017-03-12T16:47:42Z</updated>
		
		<summary type="html">&lt;p&gt;Twobob: /* Checking it out */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PowerUI&amp;#039;s source is available via GIT to everybody with a PowerUI license along with a [https://git.kulestar.com/PowerUI/UnityProject web based Gitlab UI for easy access]. It&amp;#039;s highly recommended you set up access as it&amp;#039;s easy to do and will keep you right up to date with all the latest changes. Known bugs and feature requests are handled there too.&lt;br /&gt;
&lt;br /&gt;
== Gaining access ==&lt;br /&gt;
&lt;br /&gt;
* Create an account on [http://powerui.kulestar.com/me/ My PowerUI].&lt;br /&gt;
* Drop in your invoice number from the Unity Asset Store. You can get hold of the invoice number directly from your Unity Asset downloads window, or from the purchase email.&lt;br /&gt;
* You&amp;#039;ll then see a box at the top which can grant you access. Click on the button &amp;#039;&amp;#039;(and expect a small barrage of emails!)&amp;#039;&amp;#039;&lt;br /&gt;
* You can now login to and checkout any of the PowerUI repositories.&lt;br /&gt;
&lt;br /&gt;
== Checking it out ==&lt;br /&gt;
&lt;br /&gt;
The [https://git.kulestar.com/PowerUI/UnityProject UnityProject repository] contains all of the individual components &amp;#039;&amp;#039;as git submodules&amp;#039;&amp;#039;, so you&amp;#039;ll want to check that one out. &amp;#039;&amp;#039;&amp;#039;Make sure you do a submodule update&amp;#039;&amp;#039;&amp;#039; - here&amp;#039;s how via the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
git clone https://git.kulestar.com/PowerUI/UnityProject.git&lt;br /&gt;
git submodule foreach git pull&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternately you can use the oneliner&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git clone https://git.kulestar.com/PowerUI/UnityProject.git --recursive&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This was tested as working on Win10 with WinGit Mingw64 client&lt;br /&gt;
&lt;br /&gt;
== The wall of errors ==&lt;br /&gt;
&lt;br /&gt;
If you see a giant wall of errors, don&amp;#039;t panic! That means it hasn&amp;#039;t cloned all of the contents of the submodules. Depending on the client you&amp;#039;re using, you&amp;#039;ll need to go into the directory, and perform a GIT submodule update. Some clients will do that as part of a pull/ update. That should get those submodules for you.&lt;br /&gt;
&lt;br /&gt;
== Windows Users ==&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re on windows, a common tool to use is TortoiseGIT. Here&amp;#039;s a quick guide on using that:&lt;br /&gt;
&lt;br /&gt;
* Navigate through to the directory you&amp;#039;d like to check it out to&lt;br /&gt;
* Right click -&amp;gt; &amp;quot;GIT Clone..&amp;quot;.&lt;br /&gt;
* Enter the repository URI at the top (https://git.kulestar.com/PowerUI/UnityProject.git). &lt;br /&gt;
* Press ok, then you&amp;#039;ll then be prompted for your user details which are those same ones as used by the My PowerUI site.&lt;br /&gt;
* Press ok and then let it clone. You might get a &amp;#039;&amp;#039;&amp;#039;&amp;quot;git did not exit cleanly&amp;quot;&amp;#039;&amp;#039;&amp;#039; message - this is fine!&lt;br /&gt;
* Go into the repositories directory. Right click and go to TortoiseGIT -&amp;gt; &amp;quot;Submodule update..&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Twobob</name></author>	</entry>

	</feed>