Zlisch / Narcissus

Assets repository for Narcissus Unity game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developers

@SavageFT  @Zlisch

Resources

👉Unity InputSystem Doc 1.0.2 latest

using UnityEngine.InputSystem;

https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/api/UnityEngine.InputSystem.html

👉C# Doc

https://docs.unity3d.com/530/Documentation/ScriptReference/index.html

Set up for the first time 首次设置

CML 命令行

  1. Navigate to the root of your local repository in terminal.

    打开终端,进入Narcissus Github 项目的根目录

  2. git config pull.ff only

    (Optional but recommended: To avoid creating extra merge commit whenever git pull is called. Further reading)

    (可选但建议:运行之后Git默认用fast-forward模式执行git pull指令,可避免产生额外的Merge commit。相关阅读)

  3. git pull to download

    下载更新的unity文件

Unity

  1. Open unity hub
  2. Click 'Add' button
  3. Navigate to your github repository, and select the downloaded unity project folder

Contribute

Please run git pull for latest updates from main branch before making any changes to your local copies.

Contents

  1. Demos
    • Demo videos
  2. Music
    • Sample music files
  3. conceptsArt
    • Design drafts for objects, characters and scenes
  4. NarcissusPrototype
    • Narcissus unity project files

About

Assets repository for Narcissus Unity game


Languages

Language:C# 99.6%Language:C++ 0.2%Language:Objective-C++ 0.1%Language:HLSL 0.1%Language:ShaderLab 0.0%Language:CMake 0.0%