<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>쑥갓재배기</title>
    <link>https://larosel.tistory.com/</link>
    <description>larosel@larosel.com</description>
    <language>ko</language>
    <pubDate>Sun, 15 Mar 2026 08:15:02 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>쑥갓</managingEditor>
    <image>
      <title>쑥갓재배기</title>
      <url>https://t1.daumcdn.net/cfile/tistory/18563C4350A1227A0F</url>
      <link>https://larosel.tistory.com</link>
    </image>
    <item>
      <title>유니티 콘솔 윈도우 스크린샷 찍기</title>
      <link>https://larosel.tistory.com/346</link>
      <description>https://forum.unity.com/threads/how-to-save-screenshot-of-editor-window.150271/

&amp;nbsp;

How to save screenshot of Editor Window?
Hi there. I want to save screenshot of Editor Window. Unity have &quot;Application.CaptureScreenshot&quot; method, but it captures only..</description>
      <category>자료/Article</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/346</guid>
      <comments>https://larosel.tistory.com/346#entry346comment</comments>
      <pubDate>Tue, 6 Jul 2021 22:51:06 +0900</pubDate>
    </item>
    <item>
      <title>유니티 콘솔 윈도우 선택된 로그 가져오기</title>
      <link>https://larosel.tistory.com/345</link>
      <description>https://www.programmersought.com/article/3933462942/

&amp;nbsp;

Double-click the redirect script in Unity's Console window. - Programmer Sought
Double-click the redirect script in Unity's Console window. Because sometimes you write your own scripts. For exa..</description>
      <category>자료/Article</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/345</guid>
      <comments>https://larosel.tistory.com/345#entry345comment</comments>
      <pubDate>Tue, 6 Jul 2021 22:07:24 +0900</pubDate>
    </item>
    <item>
      <title>유니티 에디터 윈도우 가져오기</title>
      <link>https://larosel.tistory.com/344</link>
      <description>https://gist.github.com/Syy9/c0df54799395f0437ef5933ac61ee374

&amp;nbsp;

How to get Unity default EditorWindow (Game, Scene, Hierarchy...)
How to get Unity default EditorWindow (Game, Scene, Hierarchy...) - UnityEditorWindowHelper.cs
gist.github.com


https..</description>
      <category>자료/Article</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/344</guid>
      <comments>https://larosel.tistory.com/344#entry344comment</comments>
      <pubDate>Tue, 6 Jul 2021 22:06:43 +0900</pubDate>
    </item>
    <item>
      <title>Blazor 점이 포함된 URL을 사용한 라우팅</title>
      <link>https://larosel.tistory.com/343</link>
      <description>https://docs.microsoft.com/ko-kr/aspnet/core/blazor/routing?view=aspnetcore-3.1

&amp;nbsp;

ASP.NET Core Blazor 라우팅
앱에서 요청을 라우팅하는 방법과 NavLink 구성 요소를 알아봅니다.
docs.microsoft.com


&amp;nbsp;
_Host.cshrml의 기본 라우팅 변경
@page &quot;/{**path}&quot;</description>
      <category>게임개발/팁</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/343</guid>
      <comments>https://larosel.tistory.com/343#entry343comment</comments>
      <pubDate>Wed, 17 Jun 2020 13:40:20 +0900</pubDate>
    </item>
    <item>
      <title>유니티 Unity CloudProjectId 변경하기</title>
      <link>https://larosel.tistory.com/342</link>
      <description>batchmode에서 안됨
    public static void SetCloudProjectId(string id, string name, string company)
    {
        var type = Type.GetType(&quot;UnityEditor.Connect.UnityConnect, UnityEditor, Version = 0.0.0.0, Culture = neutral, PublicKeyToken = null&quot;);
        Pr..</description>
      <category>게임개발/팁</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/342</guid>
      <comments>https://larosel.tistory.com/342#entry342comment</comments>
      <pubDate>Fri, 23 Aug 2019 10:01:43 +0900</pubDate>
    </item>
    <item>
      <title>유니티 Unity CloudProjectId 변경하기(파일변경)</title>
      <link>https://larosel.tistory.com/341</link>
      <description>실행후에 유니티 재시작필요.
Jenkins에서 호출하는경우 빌드전에 따로 실행
유니티 Bind를 사용하는 경우 batch mode에서 제대로 안되서 파일 직접변경이 필요.
    public static void SetCloudProjectIdFile(string name, string id, string company)
    {
        const string filepath = &quot;ProjectSettings/ProjectSettings.ass..</description>
      <category>게임개발/팁</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/341</guid>
      <comments>https://larosel.tistory.com/341#entry341comment</comments>
      <pubDate>Fri, 23 Aug 2019 09:59:48 +0900</pubDate>
    </item>
    <item>
      <title>git revision number가져오기</title>
      <link>https://larosel.tistory.com/340</link>
      <description>rm&amp;nbsp;-f&amp;nbsp;play.prop touch&amp;nbsp;play.prop echo&amp;nbsp;GIT_COMMIT_SHORT=$(git&amp;nbsp;rev-parse&amp;nbsp;--short&amp;nbsp;${GIT_COMMIT})&amp;nbsp;&amp;gt;&amp;nbsp;play.prop echo&amp;nbsp;GIT_REVISION=$(git&amp;nbsp;rev-list&amp;nbsp;--count&amp;nbsp;${GIT_COMMIT})&amp;nbsp;&amp;gt;&amp;gt;&amp;nbsp;play.pr..</description>
      <category>게임개발/팁</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/340</guid>
      <comments>https://larosel.tistory.com/340#entry340comment</comments>
      <pubDate>Fri, 23 Aug 2019 09:51:57 +0900</pubDate>
    </item>
    <item>
      <title>레드마인 visual svn</title>
      <link>https://larosel.tistory.com/339</link>
      <description>vi lib/redmine/scm/adapters/subversion_adapter.rb&amp;nbsp;str &amp;lt;&amp;lt; &quot; --no-auth-cache --non-interactive --config-dir /tmp/subversion_config&quot;svn ls --config-option config:auth:store-auth-creds=yes --config-dir /tmp/subversion_config https://192.168.0.230/s..</description>
      <category>자료/Article</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/339</guid>
      <comments>https://larosel.tistory.com/339#entry339comment</comments>
      <pubDate>Tue, 3 Jan 2017 22:31:56 +0900</pubDate>
    </item>
    <item>
      <title>mysql batch job</title>
      <link>https://larosel.tistory.com/338</link>
      <description>http://viralpatel.net/blogs/batch-insert-in-java-jdbc/</description>
      <category>자료/Article</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/338</guid>
      <comments>https://larosel.tistory.com/338#entry338comment</comments>
      <pubDate>Fri, 8 Jul 2016 15:55:24 +0900</pubDate>
    </item>
    <item>
      <title>VS2012용 매크로 플러그인</title>
      <link>https://larosel.tistory.com/337</link>
      <description>http://visualstudiogallery.msdn.microsoft.com/8e2103b6-87cf-4fef-9410-a580c434b602</description>
      <category>자료/Module</category>
      <author>쑥갓</author>
      <guid isPermaLink="true">https://larosel.tistory.com/337</guid>
      <comments>https://larosel.tistory.com/337#entry337comment</comments>
      <pubDate>Tue, 26 Mar 2013 15:35:46 +0900</pubDate>
    </item>
  </channel>
</rss>