대시보드
저장소
filestore
액티비티
검색
로그인
korail
/
korail_vr_interior
열차 목업의 내부 확인용 프로젝트
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
BIgUpdate
smchoi
2024-07-31
9fe33c1ae076b0f6501619388e6b4cc872b76f80
[korail/korail_vr_interior.git]
/
.vscode
/
launch.json
1
2
3
4
5
6
7
8
9
10
11
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach",
"endPoint": "127.0.0.1:56321"
}
]
}