<aside> ✋ 퀘스트를 수행하실 Unity 대원 여러분 환영합니다! 순서대로 차근차근 진행해볼까요?

학습이 끝난 후 매일 해야 할 데일리 루틴

  1. TIL 작성 후 제출
  2. 팀원분들과 오늘 학습 내용을 공유하는 회고시간 가지기

</aside>

<aside> <img src="/icons/forward_gray.svg" alt="/icons/forward_gray.svg" width="40px" />

index


</aside>

<aside> <img src="/icons/alien-pixel_gray.svg" alt="/icons/alien-pixel_gray.svg" width="40px" />

Quick Link


학습공간(ZEP)

내 강의실

출석체크/TIL 제출하기

팀 노션 모음집

팀 편성표

</aside>

STEP 1. 팀 배정 받기

ZEP 내에서 담임매니저님을 찾아 팀 배정을 받아주세요.

팀 배정을 받은 후에는 ZEP 내 우리 팀을 찾아가주세요!

<style>
.blog_contents {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 50px; /* 여기서 버튼 높이 지정 */
font-weight: bold;
color: white; /* 여기서 폰트색 지정 */
background-color: #E8344E; /* 여기서 배경색 지정 */
border-radius: 8px;
text-decoration-line: none;
transition: 300ms; 
margin-bottom: 6px; /* 여기서 아래 마진값 지정 */
}
.blog_contents:hover {
opacity:0.7; /* 여기서 마우스 hover css 설정 */
}
a {
  text-decoration: none;
}
</style> 
<a class="blog_contents" style="border-radius: 8px;" [href="](mailto:href=%22mailto:[email protected])<https://zep.us/play/WaV0On>"> 학습공간 이동하기 > </a>

스크린샷 2024-12-31 오후 2.17.57.png

STEP 2. 팀원과 함께 팀 노션 생성하기

함께 할 팀원과 인사를 나누어주세요.

간단하게 인사를 나누신 뒤 우리팀만의 팀 노션을 생성할거에요.

팀 노션은 앞으로 아티클스터디, 좋은 아이디어 및 인사이트 적재용으로 사용하게 될거에요.

혼자서는 어려웠던 스터디를 오늘부터 팀원과 함께 독려하며 진행해보아요.

<style>
.blog_contents {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 50px; /* 여기서 버튼 높이 지정 */
font-weight: bold;
color: white; /* 여기서 폰트색 지정 */
background-color: #E8344E; /* 여기서 배경색 지정 */
border-radius: 8px;
text-decoration-line: none;
transition: 300ms; 
margin-bottom: 6px; /* 여기서 아래 마진값 지정 */
}
.blog_contents:hover {
opacity:0.7; /* 여기서 마우스 hover css 설정 */
}
a {
  text-decoration: none;
}
</style> 
<a class="blog_contents" style="border-radius: 8px;" [href="](mailto:href=%22mailto:[email protected])<https://teamsparta.notion.site/1b42dc3ef5148192ae9bf0a51ef718bb>"> 팀 노션 작성하기 > </a>

STEP 3. 시작하기

  1. 내일배움캠프에 합류하며 담임매니저와 1on1 진행하기

    Unity 트랙을 신청한 이유

    ‘Unity 트랙을 신청한 이유’ 양식을 복사하여 블로그에 작성 한 후 담임매니저와 1on1 면담을 진행해주세요.

Group 1.png

  1. 멤버카드 작성하기

    Unity 멤버 카드

    나는 어떤 사람인지, 함께 할 팀원과 매니저는 어떤 사람인지 먼저 살펴보고 친해져요! 궁금한 점이 있다면 zep내에서 직접 물어보셔도 좋아요!

    <style>
    .blog_contents {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px; /* 여기서 버튼 높이 지정 */
    font-weight: bold;
    color: white; /* 여기서 폰트색 지정 */
    background-color: #E8344E; /* 여기서 배경색 지정 */
    border-radius: 8px;
    text-decoration-line: none;
    transition: 300ms; 
    margin-bottom: 6px; /* 여기서 아래 마진값 지정 */
    }
    .blog_contents:hover {
    opacity:0.7; /* 여기서 마우스 hover css 설정 */
    }
    a {
      text-decoration: none;
    }
    </style> 
    <a class="blog_contents" style="border-radius: 8px;" [href="](mailto:href=%22mailto:[email protected])<https://teamsparta.notion.site/b282bf4c00284e35af867e80b755af8d>"> 멤버카드 작성하러 가기 </a>
    

스크린샷 2025-01-03 오후 3.58.02.png

STEP 4. Unity 학습 준비하기

개발 블로그 개설부터 제출까지 w. Unity 조사하기

에셋 스토어 둘러보기

STEP 5. 학습 시작!

<aside> 📎

개발자, 기획자 어떤 엔드픽처를 희망하시더라도 C# 기초 문법 및 기본 기획 지식에 대해서는 필수 선행과제입니다.

</aside>

🚶🏻걷기반

<aside> 📖 처음 프로그래밍을 시작하신 분들이라면, 앞으로 사용하게 될 C#을 예습해봅시다.

</aside>

C# 사전 문법 기초

Lv1. 데이터와 연산자

1. 데이터 다루기 실습

2. 연산자 실습

3. 본격 프로그래밍 시작해보기

Lv2. 제어문(조건문, 연산자)

4. 숫자..인가요?

5. 대한민국의 수도는?

6. 여행을 떠나요

7. 이름 찾기!

🟢공통

게임 속 상호작용 분석하기

오목 게임 기획 (팀 프로젝트)