<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>작업공간</title>
<link>https://ulgerang.tistory.com/</link>
<description>작업관련된 이야기</description>
<language>ko</language>
<pubDate>Sat, 06 Jun 2020 11:45:06 +0900</pubDate>
<generator>TISTORY</generator>
<managingEditor>을지랑</managingEditor>
<item>
<title>기존프로젝트에 git 원격저장소 추가</title>
<link>https://ulgerang.tistory.com/entry/%EA%B8%B0%EC%A1%B4%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90-git-%EC%9B%90%EA%B2%A9%EC%A0%80%EC%9E%A5%EC%86%8C-%EC%B6%94%EA%B0%80</link>
<description>&lt;p&gt;우선 원격서버에 원격저장소를&lt;/p&gt;&lt;p&gt;git init --bare 로추가한다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;요런식--&lt;/p&gt;&lt;p&gt;mkdir aaa&lt;/p&gt;&lt;p&gt;cd aaa&lt;/p&gt;&lt;p&gt;git init --bare&lt;/p&gt;&lt;p&gt;----&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이후 원격저장소를 추가하던지 git clone을 하던지 해서 push 하면 바로 푸쉬가 된다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;git init --bare 가 중요.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/24</guid>
<comments>https://ulgerang.tistory.com/entry/%EA%B8%B0%EC%A1%B4%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90-git-%EC%9B%90%EA%B2%A9%EC%A0%80%EC%9E%A5%EC%86%8C-%EC%B6%94%EA%B0%80#entry24comment</comments>
<pubDate>Thu, 21 Jun 2018 12:43:16 +0900</pubDate>
</item>
<item>
<title>Unity에서 AWS SDK 사용할때 설정해 줘야하는점</title>
<link>https://ulgerang.tistory.com/entry/Unity%EC%97%90%EC%84%9C-AWS-SDK-%EC%82%AC%EC%9A%A9%ED%95%A0%EB%95%8C-%EC%84%A4%EC%A0%95%ED%95%B4-%EC%A4%98%EC%95%BC%ED%95%98%EB%8A%94%EC%A0%90</link>
<description>&lt;pre class=&quot;ce-code-text&quot; spellcheck=&quot;false&quot; style=&quot;font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; white-space: pre-wrap; width: 1177px; height: 613px; border: 0px; outline: 0px; margin-top: 0px; margin-bottom: 0px; padding: 10px 0px; tab-size: 4; background-color: rgb(255, 255, 255); color: rgb(1, 1, 1);&quot;&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;만약 AWS SDK가 잘 작동하지 않는다면 다음과 같이 적용해보자&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;우선 Awake함수에서 아래와같이 HttpClient를 바꾸어준다&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;  	&lt;span class=&quot;cs-default-common-keyword1&quot; style=&quot;color: rgb(167, 29, 93);&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;cs-default-common-keyword1&quot; style=&quot;color: rgb(167, 29, 93);&quot;&gt;void&lt;/span&gt; Awake()&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;    {&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;        UnityInitializer.AttachToGameObject(&lt;span class=&quot;cs-default-common-keyword1&quot; style=&quot;color: rgb(167, 29, 93);&quot;&gt;this&lt;/span&gt;.gameObject);&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;        Amazon.AWSConfigs.HttpClient &lt;span class=&quot;cs-default-common-keyword2&quot; style=&quot;color: rgb(0, 134, 179);&quot;&gt;&lt;/span&gt;&lt;span class=&quot;cs-default-common-keyword1&quot; style=&quot;color: rgb(167, 29, 93);&quot;&gt;=&lt;/span&gt; Amazon.AWSConfigs.HttpClientOption.UnityWebRequest;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;    }&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;그리고 Resources 폴더에 awsconfig.xml추가.&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;[awsconfig.xml] 파일&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;word-wrap: normal; word-break: normal; hyphens: none; white-space: pre; min-width: 1px; height: 14px; padding: 0px 7px;&quot;&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;&lt;table class=&quot;colorscripter-code-table&quot; style=&quot;margin:0; padding:0; border:none; background-color:#fafafa; border-radius:4px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;padding:6px; border-right:2px solid #e5e5e5&quot;&gt;&lt;div style=&quot;margin:0; padding:0; word-break:normal; text-align:right; color:#666; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;line-height:130%&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;5&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;6&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;7&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;8&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;9&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding:6px 0&quot;&gt;&lt;div style=&quot;margin:0; padding:0; color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;?xml&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;version&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;1.0&quot;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;encoding&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;UTF-8&quot;&lt;/span&gt;&lt;span style=&quot;color:#0a9989&quot;&gt;?&lt;/span&gt;&amp;gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;aws&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;correctForClockSkew&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;true&quot;&lt;/span&gt;&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;logging&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;logTo&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;UnityLogger&quot;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;logResponses&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;Always&quot;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;logMetrics&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;true&quot;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;logMetricsFormat&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&quot;JSON&quot;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;/&lt;/span&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;aws&lt;/span&gt;&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align:right; margin-top:-13px; margin-right:5px; font-size:9px; font-style:italic&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: rgb(229, 229, 229);&quot;&gt;Colored by Color Scripter&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:bottom; padding:0 2px 4px 0&quot;&gt;&lt;span style=&quot;color: white; font-size: 9px; word-break: normal; background-color: rgb(229, 229, 229); border-radius: 10px; padding: 1px;&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: white;&quot;&gt;cs&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;Assets 폴더에 link.xml 추가

&lt;/div&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;[link.xml] 파일&lt;/div&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;overflow: auto; position: relative !important;&quot;&gt;&lt;table class=&quot;colorscripter-code-table&quot; style=&quot;margin:0; padding:0; border:none; background-color:#fafafa; border-radius:4px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;padding:6px; border-right:2px solid #e5e5e5&quot;&gt;&lt;div style=&quot;margin:0; padding:0; word-break:normal; text-align:right; color:#666; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;line-height:130%&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;5&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;6&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;7&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;8&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;9&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;10&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;11&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;12&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;13&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;14&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;15&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;16&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;17&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;18&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;19&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;20&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;21&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;22&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;23&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;24&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;25&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;26&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding:6px 0&quot;&gt;&lt;div style=&quot;margin:0; padding:0; color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;table class=&quot;highlight tab-size js-file-line-container&quot; data-tab-size=&quot;8&quot; style=&quot;box-sizing: border-box; border-spacing: 0px; border-collapse: collapse; tab-size: 8; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;; font-size: 14px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;LC1&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;&amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;linker&lt;/span&gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L2&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;2&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC2&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;UnityEngine&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L3&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;3&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC3&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;    &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;type&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;UnityEngine.Networking.UnityWebRequest&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L4&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;4&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC4&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;    &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;type&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;UnityEngine.Networking.UploadHandlerRaw&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L5&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;5&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC5&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;    &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;type&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;UnityEngine.Networking.UploadHandler&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L6&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;6&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC6&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;    &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;type&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;UnityEngine.Networking.DownloadHandler&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L7&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;7&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC7&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;    &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;type&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;UnityEngine.Networking.DownloadHandlerBuffer&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L8&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;8&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC8&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;/&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L9&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;9&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC9&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.Core&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L10&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;10&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC10&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.CognitoIdentity&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L11&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;11&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC11&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.CognitoSync&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L12&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;12&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC12&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.DynamoDBv2&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L13&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;13&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC13&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.Kinesis&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L14&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;14&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC14&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.KinesisFirehose&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L15&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;15&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC15&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.Lambda&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L16&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;16&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC16&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.MobileAnalytics&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L17&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;17&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC17&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.S3&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L18&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;18&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC18&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.SecurityToken&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L19&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;19&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC19&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.SimpleEmail&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L20&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;20&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC20&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.SimpleNotificationService&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L21&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;21&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC21&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.SQS&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L22&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;22&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC22&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;  &amp;lt;&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;assembly&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;fullname&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;AWSSDK.IdentityManagement&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;pl-e&quot; style=&quot;box-sizing: border-box; color: rgb(111, 66, 193);&quot;&gt;preserve&lt;/span&gt;=&lt;span class=&quot;pl-s&quot; style=&quot;box-sizing: border-box; color: rgb(3, 47, 98);&quot;&gt;&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;all&lt;span class=&quot;pl-pds&quot; style=&quot;box-sizing: border-box;&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td id=&quot;L23&quot; class=&quot;blob-num js-line-number&quot; data-line-number=&quot;23&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; line-height: 20px; color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; cursor: pointer; user-select: none;&quot;&gt;&lt;/td&gt;&lt;td id=&quot;LC23&quot; class=&quot;blob-code blob-code-inner js-file-line&quot; style=&quot;box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 12px; color: rgb(36, 41, 46); word-wrap: normal; white-space: pre;&quot;&gt;&amp;lt;/&lt;span class=&quot;pl-ent&quot; style=&quot;box-sizing: border-box; color: rgb(34, 134, 58);&quot;&gt;linker&lt;/span&gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;text-align:right; margin-top:-13px; margin-right:5px; font-size:9px; font-style:italic&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: rgb(229, 229, 229);&quot;&gt;Colored by Color Scripter&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:bottom; padding:0 2px 4px 0&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: white;&quot;&gt;&lt;span style=&quot;font-size: 9px; word-break: normal; background-color: rgb(229, 229, 229); border-radius: 10px; padding: 1px;&quot;&gt;cs&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
<category>AWS SDK</category>
<category>unity3D</category>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/23</guid>
<comments>https://ulgerang.tistory.com/entry/Unity%EC%97%90%EC%84%9C-AWS-SDK-%EC%82%AC%EC%9A%A9%ED%95%A0%EB%95%8C-%EC%84%A4%EC%A0%95%ED%95%B4-%EC%A4%98%EC%95%BC%ED%95%98%EB%8A%94%EC%A0%90#entry23comment</comments>
<pubDate>Wed, 25 Oct 2017 23:46:18 +0900</pubDate>
</item>
<item>
<title>Unity 에서  AWS Congito, 구글 플레이서비스와 과 연동하기</title>
<link>https://ulgerang.tistory.com/entry/Unity-%EC%97%90%EC%84%9C-AWS-Congito-%EA%B5%AC%EA%B8%80-%ED%94%8C%EB%A0%88%EC%9D%B4%EC%84%9C%EB%B9%84%EC%8A%A4%EC%99%80-%EA%B3%BC-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0</link>
<description>&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;아마 이글을 찾아오기까지 수 많은 삽질이 있었을 것으로 예상한다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;삽질을 하기전에는 반드시 빈프로젝트를 만들어 그곳에서 빌드를 하며 테스트를 하기 바란다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;Unity3D 2017.2 버젼&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;AWS 플러그인&amp;nbsp;aws-sdk-unity_3.3.179.0&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;google play service 플러그인&amp;nbsp; Google Play Game Plugin&amp;nbsp; 0.938a&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;우선 구글 플레이 서비스를 이용할 수 있도록&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;구글 데브 콘솔에서 알파 버젼을 등록해둔다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;그리고 플레이서비스에 연결해두고 출시는 하지않는다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:683px;;height:auto;max-width:100%&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/993C703359F0932421&quot; filemime=&quot;image/jpeg&quot; filename=&quot;캡처1.PNG&quot; height=&quot;552&quot; style=&quot;&quot; width=&quot;683&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;앞으로 구글 API 콘솔로 가야할경우 저기에 API Project 있는 링크를 타고가는것이 좋다&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;물론 API Project는 자동생성된이름으로 연결된 구글 API Project의 이름이다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;작업 순서&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;http://docs.aws.amazon.com/cognito/latest/developerguide/google.html 를 본다&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;이부분 이다.&lt;/span&gt;&lt;/p&gt;&lt;blockquote class=&quot;tx-quote-tistory&quot;&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;b&gt;Set Up Google&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;To enable Google+ Sign-in for your web application, you will need to create a Google Developers console project for your application.&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;Google+ 사용 설정이 되어있야한다. 보통 자동으로 생성되면 자동으로 사용됨으로&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;orderedlist&quot; style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; font-size: 16px; color: rgb(68, 68, 68);&quot;&gt;&lt;ol&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Go to the&amp;nbsp;&lt;a href=&quot;https://console.developers.google.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(228, 135, 0);&quot;&gt;Google Developers console&lt;/a&gt;&amp;nbsp;and create a new project.&amp;nbsp; (패스 자동으로 설정됨)&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Under&amp;nbsp;&lt;b&gt;APIs and auth &amp;gt; APIs &amp;gt; Social APIs&lt;/b&gt;, enable the Google+ API.&amp;nbsp; &amp;nbsp;(패스)&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Under&amp;nbsp;&lt;b&gt;APIs and auth &amp;gt; Credentials &amp;gt; OAuth consent screen&lt;/b&gt;, create the dialog that will be shown to users when your app requests access to their private data.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;For Unity, you need to create a total of three IDs: two for Android and one for iOS. Under&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;Credentials &amp;gt; Add Credentials&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;:&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;itemizedlist&quot;&gt;&lt;ul class=&quot;itemizedlist&quot; type=&quot;disc&quot;&gt;&lt;li class=&quot;listitem&quot; style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em; margin-right: 0px; margin-left: 0px;&quot;&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;Android: Create an OAuth 2.0 client ID for Android and an OAuth 2.0 client ID for a web application.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;listitem&quot; style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em; margin-right: 0px; margin-left: 0px;&quot;&gt;iOS: Create an OAuth 2.0 client ID for iOS.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Under Credentials &amp;gt; Add Credentials, create a Service Account. The console will alert you that a new public/private key has been created.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt; background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;4번이 중요하다&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt;안드로이드&lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt;의 경우 2개의 ID&lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt;가 필요&lt;/span&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;한데 하나는 &lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt;안드로이드 용 &lt;/span&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;키이고&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;(keytool 로 사인키를&amp;nbsp; SHA-1 해쉬값을 뽑아 연결한것)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;하나는&lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt; 웹어플리케이션 키&lt;/span&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;이다.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;웹어플리케이션키는 AWS Cognito 와 연결할떄 GetIdToken을 받아와야하므로 사용되는것 같다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;이것은 구글 플러그인에서 사용되는데&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;Unity 에서&amp;nbsp;&amp;nbsp;Window&amp;nbsp; &amp;gt;Google play games &amp;gt; Setup &amp;gt; android 셋팅 쪽에가면&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:674px;;height:auto;max-width:100%&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99DA323359F098161C&quot; filemime=&quot;image/jpeg&quot; filename=&quot;c.png&quot; height=&quot;693&quot; style=&quot;&quot; width=&quot;674&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;이화면이 보이는데 여기서 하단에보이는 &lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;Web&lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;Clien&lt;/span&gt;t ID 를 넣는부분에 위에 &lt;/span&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;background-color: rgb(102, 232, 255); color: rgb(0, 0, 0);&quot;&gt;생성한 웹아이&lt;/span&gt;디&lt;/span&gt;를 넣어준다.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;구글 플레이 서비스는 이미 등록해보았을테니 패스하겠지만, 안넣었다면&amp;nbsp; 구글 데브콘솔에서&amp;nbsp;&amp;nbsp;업적을 하나 만들어 넣고 리소스를 받아와서 넣으면된다. 다른 사이트에 잘되있는곳 많으니 패스&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;그리고 이제 IAM 설정이다&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote class=&quot;tx-quote-tistory&quot;&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;b&gt;Create an OpenID Provider in the IAM Console&lt;/b&gt;&lt;/p&gt;&lt;div class=&quot;orderedlist&quot; style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; font-size: 16px; color: rgb(68, 68, 68);&quot;&gt;&lt;ol&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Next, you will need to create an OpenID Provider in the IAM Console. For instructions on how to set up an OpenID Provider, see&amp;nbsp;&lt;a href=&quot;http://docs.aws.amazon.com/cognito/latest/developerguide/open-id.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(228, 135, 0);&quot;&gt;Using OpenID Connect Identity Providers&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;When prompted for your Provider URL, enter&amp;nbsp;&lt;code class=&quot;code&quot; style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, mono; overflow: auto;&quot;&gt;&quot;https://accounts.google.com&quot;&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;When prompted to enter a value in the&amp;nbsp;&lt;b&gt;Audience&lt;/b&gt;&amp;nbsp;field, enter any one of the three client IDs your created in the previous steps.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;After creating the provider, click on the provider name and add two more audiences, providing the two remaining client IDs.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;https://console.aws.amazon.com/iam/home?region=ap-northeast-2#/providers&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;요기가서 위에거 그대로 따라하면된다&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:683px;text-align: center;;height:auto;max-width:100%&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/995C8F3359F0996C25&quot; filemime=&quot;image/jpeg&quot; filename=&quot;a1.PNG&quot; height=&quot;405&quot; style=&quot;text-align: center;&quot; width=&quot;683&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;글보고 따라하면 아래 그림처럼 등록된다 거기서 수정해서 Audience에 구글 API콘솔에서 만들었던 ID(웹 이랑 안드로이드) 등록한다. 위에는 IOS 까지 포함해서 3개라고 적힌것이다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:683px;text-align: center;;height:auto;max-width:100%&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99E3303359F0996C03&quot; filemime=&quot;image/jpeg&quot; filename=&quot;aa.PNG&quot; height=&quot;545&quot; style=&quot;text-align: center;&quot; width=&quot;683&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;이제 나머지는 Cognito에서 등록하는것이다.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;blockquote class=&quot;tx-quote-tistory&quot;&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;b&gt;Configure the External Provider in the Amazon Cognito Console&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;From the&amp;nbsp;&lt;a href=&quot;https://console.aws.amazon.com/cognito/home&quot; target=&quot;_blank&quot; style=&quot;color: rgb(228, 135, 0);&quot;&gt;Amazon Cognito Console home page&lt;/a&gt;:&lt;/p&gt;&lt;div class=&quot;orderedlist&quot; style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; font-size: 16px; color: rgb(68, 68, 68);&quot;&gt;&lt;ol&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Click the name of the identity pool for which you want to enable Amazon as an external provider. The Dashboard page for your identity pool appears.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;In the top-right corner of the Dashboard page, click Edit identity pool. The Edit identity pool page appears.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Scroll down and click Authentication providers to expand it.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Click the Google tab.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Click Unlock.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.5em;&quot;&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;Enter the Google Client ID you obtained from Google, and then click Save Changes.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;여기서 나느 추가적으로 아래와 같은 작업을했다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;font color=&quot;#444444&quot; face=&quot;Open Sans, Lucida Grande, Helvetica Neue, Arial&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;https://ap-northeast-2.console.aws.amazon.com/cognito/federated/?region=ap-northeast-2&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;font color=&quot;#444444&quot; face=&quot;Open Sans, Lucida Grande, Helvetica Neue, Arial&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:683px;;height:auto;max-width:100%&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9988C63359F09AB91E&quot; filemime=&quot;image/jpeg&quot; filename=&quot;b1.PNG&quot; height=&quot;310&quot; width=&quot;683&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;font color=&quot;#444444&quot; face=&quot;Open Sans, Lucida Grande, Helvetica Neue, Arial&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;구글+ 도 설정하고,&amp;nbsp;OpenID 쪽에 등록하자&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;저 OpenID는 방금 위에서 IAM 에서 설정한 것이 여기 나오는것이다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;Audience가 여러개이므로 OpenID를 이용하는것 같다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;이러면 AWS와 Unity 쪽 설정이 끝났으므로&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;Unity에서 코드로 Cognito만&amp;nbsp; 설정하게하면된다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;우선 구글 플레이 Activate 부터 로그인까지&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; position:relative !important; overflow:auto&quot;&gt;&lt;table class=&quot;colorscripter-code-table&quot; style=&quot;margin:0; padding:0; border:none; background-color:#fafafa; border-radius:4px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;padding:6px; border-right:2px solid #e5e5e5&quot;&gt;&lt;div style=&quot;margin:0; padding:0; word-break:normal; text-align:right; color:#666; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;line-height:130%&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;5&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;6&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;7&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;8&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;9&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;10&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;11&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;12&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;13&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;14&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;15&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;16&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;17&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;18&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;19&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;20&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;21&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;22&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding:6px 0&quot;&gt;&lt;div style=&quot;margin:0; padding:0; color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;config&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;=&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;new&lt;/span&gt;&amp;nbsp;PlayGamesClientConfiguration.Builder()&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.RequestIdToken()&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.Build();&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PlayGamesPlatform.InitializeInstance(config);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PlayGamesPlatform.DebugLogEnabled&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;=&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;true&lt;/span&gt;;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PlayGamesPlatform.Activate();&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UnityEngine.Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;Social.localUser.Authenticate&quot;&lt;/span&gt;);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Social.localUser.Authenticate((&lt;span style=&quot;color:#a71d5d&quot;&gt;bool&lt;/span&gt;&amp;nbsp;success)&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;{&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UnityEngine.Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;&amp;nbsp;Social.localUser.Authenticate&amp;nbsp;&quot;&lt;/span&gt;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;+&lt;/span&gt;success);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UnityEngine.Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;&amp;nbsp;Result&amp;nbsp;&quot;&lt;/span&gt;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;+&lt;/span&gt;success);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;if&lt;/span&gt;&amp;nbsp;(success)&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ //이까지 오면 로그인이 되었다.&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;  &lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;else&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UnityEngine.Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;fail&amp;nbsp;Authenticate&quot;&lt;/span&gt;);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align:right; margin-top:-13px; margin-right:5px; font-size:9px; font-style:italic&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: rgb(229, 229, 229);&quot;&gt;Colored by Color Scripter&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:bottom; padding:0 2px 4px 0&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: white;&quot;&gt;&lt;span style=&quot;font-size: 9px; word-break: normal; background-color: rgb(229, 229, 229); border-radius: 10px; padding: 1px;&quot;&gt;cs&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial; color: rgb(68, 68, 68); font-size: 16px; line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;저 success 된 이후에&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;font color=&quot;#444444&quot; face=&quot;Open Sans, Lucida Grande, Helvetica Neue, Arial&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;PlayGamesPlatform.Instance.GetIdToken();&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;font color=&quot;#444444&quot; face=&quot;Open Sans, Lucida Grande, Helvetica Neue, Arial&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;을 받아와야하는데 문제는 이 함수가 string을 바로 밷어내지 않을때가 있다는것이다.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;나도 처음에는 빈 값을 계속 리턴해서 난감했다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;구글에서 GetIdToken을 쓰지 않기를 권장하지만, AWS SDK는&amp;nbsp;그것을 따라가지 못하고 계속 쓰고있으므로 그냥 이것을 사용하는 방식으로 구현하겠다&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; position:relative !important; overflow:auto&quot;&gt;&lt;table class=&quot;colorscripter-code-table&quot; style=&quot;margin:0; padding:0; border:none; background-color:#fafafa; border-radius:4px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;padding:6px; border-right:2px solid #e5e5e5&quot;&gt;&lt;div style=&quot;margin:0; padding:0; word-break:normal; text-align:right; color:#666; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;line-height:130%&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;5&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;6&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;7&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;8&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;9&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;10&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;11&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;12&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;13&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;14&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;15&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;16&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;17&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding:6px 0&quot;&gt;&lt;div style=&quot;margin:0; padding:0; color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;public&lt;/span&gt;&amp;nbsp;IEnumerator&amp;nbsp;LoginByGoogle()&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;Google&amp;nbsp;Login&amp;nbsp;&quot;&lt;/span&gt;);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;string&lt;/span&gt;&amp;nbsp;token&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;=&lt;/span&gt;&amp;nbsp;PlayGamesPlatform.Instance.GetIdToken();&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;first&amp;nbsp;token&amp;nbsp;&amp;nbsp;&quot;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;+&lt;/span&gt;&amp;nbsp;token);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;while&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#a71d5d&quot;&gt;string&lt;/span&gt;.IsNullOrEmpty(token))&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;token&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;=&lt;/span&gt;&amp;nbsp;PlayGamesPlatform.Instance.GetIdToken();&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yield&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;return&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;new&lt;/span&gt;&amp;nbsp;WaitForSeconds(&lt;span style=&quot;color:#0099cc&quot;&gt;0.&lt;/span&gt;5f);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;token&amp;nbsp;&quot;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;+&lt;/span&gt;&amp;nbsp;token);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;awsManager.GooglePlayLogin(token);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align:right; margin-top:-13px; margin-right:5px; font-size:9px; font-style:italic&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: rgb(229, 229, 229);&quot;&gt;Colored by Color Scripter&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:bottom; padding:0 2px 4px 0&quot;&gt;&lt;span style=&quot;color: white; font-size: 9px; word-break: normal; background-color: rgb(229, 229, 229); border-radius: 10px; padding: 1px;&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: white;&quot;&gt;cs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.5em;&quot;&gt;코루틴으로 토큰을 받아서&lt;/p&gt;&lt;div class=&quot;colorscripter-code&quot; style=&quot;color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; position:relative !important; overflow:auto&quot;&gt;&lt;table class=&quot;colorscripter-code-table&quot; style=&quot;margin:0; padding:0; border:none; background-color:#fafafa; border-radius:4px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;padding:6px; border-right:2px solid #e5e5e5&quot;&gt;&lt;div style=&quot;margin:0; padding:0; word-break:normal; text-align:right; color:#666; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;line-height:130%&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;5&lt;/div&gt;&lt;div style=&quot;line-height:130%&quot;&gt;6&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding:6px 0&quot;&gt;&lt;div style=&quot;margin:0; padding:0; color:#010101; font-family:Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; line-height:130%&quot;&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;public&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#a71d5d&quot;&gt;void&lt;/span&gt;&amp;nbsp;GooglePlayLogin(&lt;span style=&quot;color:#a71d5d&quot;&gt;string&lt;/span&gt;&amp;nbsp;token)&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Debug.Log(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;GooglePlayLogin&amp;nbsp;&quot;&lt;/span&gt;&lt;span style=&quot;color:#0086b3&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#a71d5d&quot;&gt;+&lt;/span&gt;token);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Credentials.AddLogin(&lt;span style=&quot;color:#63a35c&quot;&gt;&quot;accounts.google.com&quot;&lt;/span&gt;,&amp;nbsp;token);&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LoginProcess();&lt;/div&gt;&lt;div style=&quot;padding:0 6px; white-space:pre; line-height:130%&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align:right; margin-top:-13px; margin-right:5px; font-size:9px; font-style:italic&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: rgb(229, 229, 229);&quot;&gt;Colored by Color Scripter&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:bottom; padding:0 2px 4px 0&quot;&gt;&lt;a href=&quot;http://colorscripter.com/info#e&quot; target=&quot;_blank&quot; style=&quot;color: white;&quot;&gt;&lt;span style=&quot;font-size: 9px; word-break: normal; background-color: rgb(229, 229, 229); border-radius: 10px; padding: 1px;&quot;&gt;cs&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이후 나는 Login Process에서&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;Credentials.GetCredentialsAsync&lt;/p&gt;&lt;p&gt;와&amp;nbsp;&amp;nbsp;Credentials.GetIdentityIdAsync 가 차례로 호출해서 인증받게했다&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이렇게 하면 Cognito와 연동이 끝난다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;참고로 AWS SDK 에서 Unity 와 연동하면 해줘야하는 사항들이 있는데 그것을 따로 글을 남기겠다.&lt;/p&gt;</description>
<category>Unity</category>
<category>Android</category>
<category>AWS</category>
<category>cognito</category>
<category>Uniity3D</category>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/22</guid>
<comments>https://ulgerang.tistory.com/entry/Unity-%EC%97%90%EC%84%9C-AWS-Congito-%EA%B5%AC%EA%B8%80-%ED%94%8C%EB%A0%88%EC%9D%B4%EC%84%9C%EB%B9%84%EC%8A%A4%EC%99%80-%EA%B3%BC-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0#entry22comment</comments>
<pubDate>Wed, 25 Oct 2017 23:41:32 +0900</pubDate>
</item>
<item>
<title>[GAE] 1:N 상태에서 자식에서 부모 Key값 설정시 자동으로 부모의 Set에 추가될까?</title>
<link>https://ulgerang.tistory.com/entry/GAE-1N-%EC%83%81%ED%83%9C%EC%97%90%EC%84%9C-%EC%9E%90%EC%8B%9D%EC%97%90%EC%84%9C-%EB%B6%80%EB%AA%A8-Key%EA%B0%92-%EC%84%A4%EC%A0%95%EC%8B%9C-%EC%9E%90%EB%8F%99%EC%9C%BC%EB%A1%9C-%EB%B6%80%EB%AA%A8%EC%9D%98-Set%EC%97%90-%EC%B6%94%EA%B0%80%EB%90%A0%EA%B9%8C</link>
<description>&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;부모의 부분&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Dotum, sans-serif; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Dotum, sans-serif; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;	&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;@Persistent&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;	&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;private Set&amp;lt;UsersProblemInfo&amp;gt; &amp;nbsp;userProblemInfo = new HashSet&amp;lt;UsersProblemInfo&amp;gt;();&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;
자식 부분&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;/span&gt;@Persistent&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@Extension(vendorName=&quot;datanucleus&quot;, key=&quot;gae.parent-pk&quot;, value=&quot;true&quot;)&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;private Key userKey;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;로직&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-tab-span&quot;&gt;	&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;upi = new UsersProblemInfo();&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;...&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt;			&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;upi.setUserKey(user.getKey());&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;이후 받아올때&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;System.out.println(&quot;user ProblemInfo Size = &quot;+&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;user.getUserProblemInfo().size());&amp;nbsp;&lt;/div&gt;
&lt;div&gt;에서 적용이 된것을 알 수 있었다.&lt;/div&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;결론&amp;nbsp;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 돋움; &quot;&gt;추가 된다.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;color: rgb(138, 138, 138); font-family: 돋움; font-size: 12px; line-height: 1.5; &quot;&gt;&lt;br /&gt;
&lt;/div&gt;</description>
<category>실험실</category>
<category>GAE</category>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/19</guid>
<comments>https://ulgerang.tistory.com/entry/GAE-1N-%EC%83%81%ED%83%9C%EC%97%90%EC%84%9C-%EC%9E%90%EC%8B%9D%EC%97%90%EC%84%9C-%EB%B6%80%EB%AA%A8-Key%EA%B0%92-%EC%84%A4%EC%A0%95%EC%8B%9C-%EC%9E%90%EB%8F%99%EC%9C%BC%EB%A1%9C-%EB%B6%80%EB%AA%A8%EC%9D%98-Set%EC%97%90-%EC%B6%94%EA%B0%80%EB%90%A0%EA%B9%8C#entry19comment</comments>
<pubDate>Thu, 19 Aug 2010 13:43:36 +0900</pubDate>
</item>
<item>
<title>자바 함수안의 final 키워드</title>
<link>https://ulgerang.tistory.com/entry/%EC%9E%90%EB%B0%94-%ED%95%A8%EC%88%98%EC%95%88%EC%9D%98-final-%ED%82%A4%EC%9B%8C%EB%93%9C</link>
<description>&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;public class test {&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;/**&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; * @param args&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;public static void main(String[] args) {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;// TODO Auto-generated method stub&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;System.out.println(&quot;&quot;+getA());&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;System.out.println(&quot;&quot;+getA());&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;System.out.println(&quot;&quot;+getA());&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;}&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;public static int getA(){&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;final int a= get();&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;return a;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;}&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;static int a;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;public static int get()&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;{&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;return ++a;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;}&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
}&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;결과는 1, 2,,3 으로나온다.&lt;/div&gt;
&lt;div&gt;단지 초기화된 후 고정되는것일 뿐인듯하다.&lt;/div&gt;
&lt;div&gt;클래스안의 변수를 많이 줄일 수 있을듯.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</description>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/18</guid>
<comments>https://ulgerang.tistory.com/entry/%EC%9E%90%EB%B0%94-%ED%95%A8%EC%88%98%EC%95%88%EC%9D%98-final-%ED%82%A4%EC%9B%8C%EB%93%9C#entry18comment</comments>
<pubDate>Wed, 04 Aug 2010 17:19:10 +0900</pubDate>
</item>
<item>
<title>벌써 일주일째다.</title>
<link>https://ulgerang.tistory.com/entry/%EB%B2%8C%EC%8D%A8-%EC%9D%BC%EC%A3%BC%EC%9D%BC%EC%A7%B8%EB%8B%A4</link>
<description>일주일째 글을 쓰지 않았다니&lt;div&gt;
세삼 놀랍다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
아아... 잠은 오지않고...&lt;/div&gt;
&lt;div&gt;별로 자고 싶지도 않다&lt;/div&gt;
&lt;div&gt;눈은 무거운듯한데&lt;/div&gt;
&lt;div&gt;잠은 오지 않는다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
하품이 나긴한데 잠은 오지 않는다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
으음...&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</description>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/6</guid>
<comments>https://ulgerang.tistory.com/entry/%EB%B2%8C%EC%8D%A8-%EC%9D%BC%EC%A3%BC%EC%9D%BC%EC%A7%B8%EB%8B%A4#entry6comment</comments>
<pubDate>Sat, 31 Jul 2010 00:53:02 +0900</pubDate>
</item>
<item>
<title>잠도오고 부스스</title>
<link>https://ulgerang.tistory.com/entry/%EC%9E%A0%EB%8F%84%EC%98%A4%EA%B3%A0-%EB%B6%80%EC%8A%A4%EC%8A%A4</link>
<description>&lt;div&gt;
어느덧 10시 9분이다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
이것저것 하다가 보니 시간이 벌써흘렀고 자야할 시간이 다가오고 있다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
이것저것 뉴스도 보면서 MS 가 윈폰7을 전직원들에게 나누어 주었다고한다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
개인적인 생각으로는 MS의 아주 중요한 핵심전략중 하나가 아닐까 생각한다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
하지만 경쟁이 치열한 그곳에서 살아 남을지는 난 확신하지 못한다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
아무튼, 현재 내가 신경쓸 상황은 아닌것 같다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
재밌긴 하다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
즐기는 입장에서 만드는 입장으로 바꿀려니 조금씩 변화가 오나보다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/5</guid>
<comments>https://ulgerang.tistory.com/entry/%EC%9E%A0%EB%8F%84%EC%98%A4%EA%B3%A0-%EB%B6%80%EC%8A%A4%EC%8A%A4#entry5comment</comments>
<pubDate>Sat, 24 Jul 2010 22:12:59 +0900</pubDate>
</item>
<item>
<title>3일</title>
<link>https://ulgerang.tistory.com/entry/3%EC%9D%BC</link>
<description>블로그를 시작한지 3일째 인것같다.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;뭔가를 3일간 하고 나면, 왠지 더 잘 할 것 같지만&lt;/div&gt;
&lt;div&gt;그 다음 흐지부지 해지는 것이 나에게는 일상적인것 같다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
그래도 계속 계속 하다보면 내성이 생길 것이다.&lt;/div&gt;</description>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/4</guid>
<comments>https://ulgerang.tistory.com/entry/3%EC%9D%BC#entry4comment</comments>
<pubDate>Thu, 22 Jul 2010 22:29:02 +0900</pubDate>
</item>
<item>
<title>계속</title>
<link>https://ulgerang.tistory.com/entry/%EA%B3%84%EC%86%8D</link>
<description>방학인지라, 남는 시간이 많다.&lt;div&gt;
그동안 ACM대회 준비를 위해서 문제를 많이 풀고있다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
실력이 없는지라, 한문제 푸는데 시간이 굉장히 많이 걸린다.&lt;/div&gt;
&lt;div&gt;풀다보면 다른거하고 싶을때도 많은데,&lt;/div&gt;
&lt;div&gt;막상 그 다른거라는것이 웹툰을본다거나, 했던 게임을 한다거나 하는 등등의 일이다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
막상 그것을 하면서 잠시 도피는 할 수 있겠지만, 그 문제는 다시 또 풀어야한다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
나는 그런일이 많았던것 같다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
어떤 일에서도 뭔가 변명할 거리를 찾아서 둘러덴다든가 하는 일,&lt;/div&gt;
&lt;div&gt;자신을 속이는 일인지, 아니면 그래도 괜찮으니까 그랬던건지,&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
하지만 별로 괜찮지 않았는데,&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
계속 계속 도전하고, 다시 도전하고 다시 또 해야한다 생각한다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</description>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/3</guid>
<comments>https://ulgerang.tistory.com/entry/%EA%B3%84%EC%86%8D#entry3comment</comments>
<pubDate>Wed, 21 Jul 2010 13:02:31 +0900</pubDate>
</item>
<item>
<title>블로그의 이름</title>
<link>https://ulgerang.tistory.com/entry/%EB%B8%94%EB%A1%9C%EA%B7%B8%EC%9D%98-%EC%9D%B4%EB%A6%84</link>
<description>&lt;br /&gt;
&lt;div&gt;
거창하게 블로그의 이름을 도 와 덕 으로 했다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
옛 사람들이 중시 해온 도덕은&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
생활하는 그 자체라 생각한다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
도 라는 것은 '길' 이 므로,&lt;/div&gt;
&lt;div&gt;
생활에서는 살아왔던, 가야하는 방법에 빚대어 진다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
사는것에 어떻게 살아야한다는 뚜렷한 길은 모르겠다.&lt;/div&gt;
&lt;div&gt;
그런것이 있다면 , 맞추어 살면 걱정도 없이 살 수 있겠지만,&lt;/div&gt;
&lt;div&gt;
늘 선택과 갈림길에 설 수 밖에 없다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그러므로 '도' 라는 이름을 쓴것은 ,&lt;/div&gt;
&lt;div&gt;
나의 소소하지만 일상을 적어 가겠다고 할 수 있다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
'덕' 이라는 것은 보통 미덕의 의미로 쓰인다.&lt;/div&gt;
&lt;div&gt;
악덕 과 미덕 &amp;nbsp;으로 나눌 수 있는것을 보면&lt;/div&gt;
&lt;div&gt;
덕 이라는것은 나의 행위의 결과가 아닐까 싶다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
하지만 도와 덕 이 같이 있는'도덕' 의 의미는&lt;/div&gt;
&lt;div&gt;
선하다는 의미와 상통한다 생각된다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
나 또한 그렇게 살고 싶고,&lt;/div&gt;
&lt;div&gt;
이에 삶을 기록하여 , 사람들과 소통하고자&lt;/div&gt;
&lt;div&gt;
블로그의 이름을 이렇게 지었다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
<category>블로그이름</category>
<author>작업하는 을지랑</author>
<guid>https://ulgerang.tistory.com/2</guid>
<comments>https://ulgerang.tistory.com/entry/%EB%B8%94%EB%A1%9C%EA%B7%B8%EC%9D%98-%EC%9D%B4%EB%A6%84#entry2comment</comments>
<pubDate>Tue, 20 Jul 2010 13:17:17 +0900</pubDate>
</item>
</channel>
</rss>