Unity | Raven Refuge-0 | Create URP Project and Import Store Assets

0 Preface

The knowledge points are fragmented and there is no goal, so let’s play games together

If teachers have any advice, criticism, criticism, ideas, suggestions, doubts, etc., please leave a message and learn together.

1 Create a 3D (URP) project

Click on the new project in Unity Hub. For more information about project templates, please refer to the documentation: 「https://docs.unity3d.com/cn/2021.2/Manual /ProjectTemplates.html》

3D (URP) is selected here and this template uses the following Unity features:

  • Universal Render Pipeline (URP): This is a pre-built, programmable rendering pipeline that is quickly and easily customizable, allowing you to create optimized graphics on a variety of platforms. URP also includes an optimized 2D renderer with 2D lights and pixel-perfect rendering capabilities, as well as integrated post-processing solutions. For more information about URPs, see the documentation: https://docs.unity3d.com/cn/Packages/[email protected]/manual /index.html》

  • Shader Graph: This tool allows creating shaders using a visual node editor without writing code. For more information about Shader Graph, please refer to the documentation: https://docs.unity3d.com/cn/Packages/[email protected]/manual/index. html"

This template contains the following content:

  • A sample scene with examples of how to configure lighting settings, materials, shaders, and post-processing effects in URP

  • Multiple preconfigured universal rendering pipeline resources that allow you to quickly switch between graphics quality levels. For more information on Universal Render Pipelines resources, see the documentation: https://docs.unity3d.com/Packages/[email protected]/ manual/universalrp-asset.html》

  • Presets optimized for use with URPs

After entering the project, you can quickly learn about the Unity editor interface information through the official documentation: 「https://docs.unity3d.com/cn/2021.3/Manual/UsingTheEditor. html"

2 Import store resource package

For the process of purchasing or downloading asset packages in the Asset Store, please refer to the document: 「https://docs.unity3d.com/cn/2019.4/Manual/AssetPackagesPurchase.html」

After screening, the following resources are tentatively used, downloaded and imported into the project

  • 场景: 「https://assetstore.unity.com/packages/3d/environments/landscapes/free-low-poly-nature-forest-205742」

  • 天空盒: 「https://assetstore.unity.com/packages/vfx/shaders/free-skybox-extended-shader-107400」

  • 避难所: 「https://assetstore.unity.com/packages/3d/props/stylized-country-house-205553」

  • 角色: 「https://assetstore.unity.com/packages/3d/characters/humanoids/rpg-tiny-hero-duo-pbr-polyart-225148」

  • 宠物: 「https://assetstore.unity.com/packages/3d/characters/animals/toon-fox-183005」

  • 怪物: 「https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/mini-legion-rock-golem-pbr-hp-polyart-94707」

  • 道具: 「https://assetstore.unity.com/packages/3d/props/food/low-poly-food-lite-258693」

  • 特效: 「https://assetstore.unity.com/packages/vfx/particles/cartoon-fx-remaster-free-109565」

Guess you like

Origin blog.csdn.net/u010799737/article/details/134728619