기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Studio

Open Unity Studio

Unity Studio

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Studio
  • What's new in Unity Studio
  • Introduction to Unity Studio
  • Launch Unity Studio
  • Create your first Unity Studio project
  • Develop with Unity Studio
    • The Unity Studio interface
    • Save your progress
    • GameObjects
    • Assets
    • Materials
    • Scene settings
    • Logic
      • Introduction to Logic
      • Create a Logic script
      • The Logic Editor interface
      • Methods, variables, and parameters
      • Nodes
      • Logic examples
    • The UI Creator
    • Animation
    • AI features
  • Collaborate in Unity Studio
  • Export drafts to the Unity Editor
  • Publish and share
  • Troubleshooting Unity Studio issues
  • Report bugs and share feedback
  • Manage your analytics and marketing preferences
  1. Unity Studio
  2. Develop with Unity Studio
  3. Logic

Introduction to Logic

Use the Logic Editor to add behaviors and interactivity to your application.
읽는 시간 2분
최근 업데이트: 6달 전

Logic is Unity Studio's visual scripting system. It lets you use nodes to design the logic of your application, so you don't need to write code. You can use nodes to create interactive scenes, set up reactions to user actions, and control how your objects behave.
With Logic, you can:
  • Trigger actions based on events (for example, when a user clicks a button or selects an object).
  • Start, pause, or stop animations.
  • Enable or disable GameObjects (show or hide objects in the scene).
  • Create conditions (for example, if this happens, then do that).
  • Combine multiple actions to create more complex behaviors.
The system is designed to be flexible and approachable, so you can experiment and build the interactions you need.
An example Logic block. Arrows point to where the nodes and sockets are on the block. The block contains a When node, a Wait node, a Set Active node, and a Stop Animation node

An example of a Logic block, made up of multiple nodes and sockets.

Logic script

A Logic script is where you create and manage your nodes and build the behaviors you need for a GameObject. You can create multiple Logic scripts in your project, and you can attach each script to most GameObjects in your scene.
For instructions on how to create a Logic script, refer to Create a Logic script.

Nodes

A node is a building block you can drag into your Logic scripts. Nodes represent actions, events, values, or functions that you use to build your logic.
For a full list of nodes available in Unity Studio and what they do, refer to Nodes.

Sockets

A socket is a placeholder or input area on a node which you can:
  • Drag another node into.
  • Insert a variable.
  • Directly set a value (such as a number or a text).
Some node sockets ask for a specific type of input, such as a number, text, or a GameObject.

Logic block

A logic block is a group or arrangement of nodes that work together to perform a specific task or behavior. It's like a small program made up of several nodes that work together.

Video tutorial

The following video tutorial explains how to:
  • Create Logic scripts.
  • Assign scripts to your objects.
  • Work with variables, methods, and nodes.

Unity Studio - Creating Logic

Additional resources

  • Nodes
  • Create a Logic script
  • Methods, variables and parameters

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Logic script

    • Nodes

      • Sockets

    • Logic block

    • Video tutorial

    • Additional resources


이 페이지의 문제 보고