블로그 이미지
Every unexpected event is a path to learning for you. blueasa

카테고리

분류 전체보기 (2826)
Unity3D (876)
Programming (479)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (236)
협업 (64)
3DS Max (3)
Game (12)
Utility (140)
Etc (98)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (52)
Android (16)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (19)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday

[링크] https://drehzr.tistory.com/2625

 

개발환경) Unity External : 커서 AI (Cursor AI) 사용하기

Unity External : 커서 AI (Cursor AI) 사용하기Unity 에서 Cursor AI를 설정하는 방법을 간단하게 포스팅한다. 현 기준으로 커서 AI의 장점으로는 다른 AI에 비해서 어시스트가 빠르고 좀더 똑똑하게 제안되

drehzr.tistory.com

 

반응형
Posted by blueasa
, |

[github] mcp-unity

협업/AI / 2025. 5. 29. 14:02

[링크] https://github.com/CoderGamester/mcp-unity

 

GitHub - CoderGamester/mcp-unity: MCP Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude

MCP Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude Desktop, Windsurf, Cursor) - CoderGamester/mcp-unity

github.com

 

반응형
Posted by blueasa
, |

Unity 에서 Cursor AI를 활용해 게임 기능을 쉽게 구현해 보기 (1)

 

Unity 에서 Cursor AI를 활용해 게임 기능을 쉽게 구현해 보기 (2)

반응형

'협업 > AI' 카테고리의 다른 글

[링크] 개발환경) Unity External : 커서 AI (Cursor AI) 사용하기  (0) 2025.06.16
[github] mcp-unity  (0) 2025.05.29
Posted by blueasa
, |

[링크] https://phillip5094.tistory.com/130

 

jenkins branch 설정방법

안녕하세요. 많은 분들이 jenkins로 빌드 많이 하시죠? 그리고 작업은 feature branch로 나눠서 작업하시구요. jenkins에서 특정 branch로 checkout 해서 빌드하려면 어떤 branch 인지 알아야겠죠? 이번에는 그

phillip5094.tistory.com

 

 

[추가]

'Choice Parameter'를 사용해서 목록을 직접 추가하는 방법도 있음.

반응형
Posted by blueasa
, |

[링크]

https://veluxer62.github.io/explanation/how-developers-can-work-effectively/#%EB%8B%A8%EC%88%9C%ED%95%98%EA%B3%A0-%EB%AA%85%ED%99%95%ED%95%98%EA%B2%8C-%EC%9D%B4%EC%95%BC%EA%B8%B0-%ED%95%98%EC%84%B8%EC%9A%94

 

개발자가 ‘일’ 잘하는 방법

블로그나 SNS 등에서 보면 많은 개발자들이 개발을 더 잘하기 위한 고민 상담을 하는 것을 볼 수 있다. 나는 이러한 고민 속에 개발 실력뿐만 아니라 일을 잘하는 방법에 대한 고민거리도 녹아 있

veluxer62.github.io

 

반응형
Posted by blueasa
, |

[링크] https://green1229.tistory.com/438

 

Firebase App Distribution으로 앱 배포하기

안녕하세요. 그린입니다 🍏 이번 포스팅에서는 Firebase App Distribution을 이용해 앱을 배포하는 방법에 대해 알아보겠습니다 🙋🏻 그럼 우선 Firebase App Distribution이 뭔지부터 알고 갈까요? Firebase Ap

green1229.tistory.com

 

반응형
Posted by blueasa
, |

Windows 10

SourceTree 3.4.17

----

 

git에서 Pull을 받으려고 하니 'Filename too long' 에러가 뜨면서 Pull 받을 수가 없다.

검색해보니 longpath 허용을 해주면된다고 한다.

하는김에 전역으로 적용하기 위해 --global 추가 적용함

----

 

1) 소스트리 터미널 열기(SourceTree > Actions > Open in Terminal)

 

2) 아래 명령어 실행

git config --global core.longpaths true

 

 

 

[참조] https://daewonyoon.tistory.com/456

 

[GIT] error unable to create file ... Filename too long

git clone 을 하려고 하는데, 파일명이 너무 길어서 실패했다. error: unable to create file 2022/07_swift_test_projects/how-to-make-async-command-line-tools-and-scripts-1/ how-to-make-async-command-line-tools-and-scripts-1/SwiftConcurrencyB

daewonyoon.tistory.com

[참조] https://neive.tistory.com/748

 

소스트리(SourceTree) Filename too long 에러 뜰 때

git config core.longpaths true 소스트리에서 동작>터미널 열기 로 콘솔창 열어서 위의 커멘드를 입력

neive.tistory.com

 

반응형
Posted by blueasa
, |

[링크] https://allonsyit.tistory.com/90

 

[Jenkins] 젠킨스로 정기 작업 실행하기 / 스케줄 설정

# 젠킨스 스케줄 설정 1. 프로젝트 구성 -> 빌드 유발 -> Build periodically 선택 2. Schedule 에 크론 형식으로 시간 설정 0 8 * * * 입력 시 아래에 H 8 * * * 을 권장한다 0 8 * * * : 오전 8시 정각 H 8 * * * : 8시

allonsyit.tistory.com

 

반응형
Posted by blueasa
, |

Jenkins에서 두 브랜치를 매일 자동으로 Merge 하려고 찾아보면서 삽질하고 정리해 둠.

shall script로 해야되는건가 했는데 의외로 Jenkins에 관련 메뉴가 다 있는 것 같다.

Jenkins 메뉴로 git merge(소스 코드 관리-Merge before build 메뉴) 하고, git origin에 push(빌드 후 조치-Git Publisher 메뉴)까지 처리함.

 

----

 

To implement this task you can follow the below given steps.

  • Set your GitHub repo with credentials.

 

 

  • After that you have to set your branch name to merge. Go to source code management->Additional Behaviours->Merge before build.

 

 

  • Set your user name and user email. Go to source code management->Additional Behaviours->Custom user name and email.

 

 

Now your job is ready to merge your branch. You can also go through the below GitHub link to get more information.

https://github.com/nadim70/Newproject.git

 

GitHub - nadim70/Newproject

Contribute to nadim70/Newproject development by creating an account on GitHub.

github.com

 

 

[출처] https://www.edureka.co/community/68544/how-to-merge-two-branch-in-github-using-jenkins

 

How to merge two branch in GitHub using jenkins

Hi Everyone, I want to merge two branch in GitHub using jenkins. But I am not able to do this task. Can anyone help me to implement this task?

www.edureka.co

 

[참조] https://osc131.tistory.com/89

 

[jenkins] GIT Publisher

[jenkins] GIT Publisher 작성일자 : 2018년 10월 20일환경 : Jenkins 2.129, JDK 1.8.0_101목표 : Jenkins Build 작업 진행 후 Build에 사용됐던 GIT 버전을 Tags로 저장 ( 일종의 백업 ) * Jenkins - Git 연동 설정 및 GIT Plugin 설

osc131.tistory.com

 

반응형
Posted by blueasa
, |

[Error Log]

ERROR: Build step failed with exception
org.jenkinsci.plugins.scriptsecurity.scripts.UnapprovedUsageException: script not yet approved for use

----

To get around this, go to:
Jenkins -> Manage Jenkins -> In-process Script Approval

 

 

반응형
Posted by blueasa
, |