浏览代码

Update manifest for 7.1.2 for localPackges

/main
sebastienlagarde 5 年前
当前提交
7109c85f
共有 29 个文件被更改,包括 265 次插入5 次删除
  1. 7
      Packages/manifest.json
  2. 7
      LocalPackages/com.unity.render-pipelines.high-definition-config/.npmignore
  3. 19
      LocalPackages/com.unity.render-pipelines.high-definition-config/CHANGELOG.md
  4. 7
      LocalPackages/com.unity.render-pipelines.high-definition-config/CHANGELOG.md.meta
  5. 6
      LocalPackages/com.unity.render-pipelines.high-definition-config/Documentation~/Configuration.md
  6. 5
      LocalPackages/com.unity.render-pipelines.high-definition-config/LICENSE.md
  7. 7
      LocalPackages/com.unity.render-pipelines.high-definition-config/LICENSE.md.meta
  8. 8
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime.meta
  9. 47
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs
  10. 26
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs.hlsl
  11. 9
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs.hlsl.meta
  12. 12
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs.meta
  13. 14
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/Unity.RenderPipelines.HighDefinition.Config.Runtime.asmdef
  14. 7
      LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/Unity.RenderPipelines.HighDefinition.Config.Runtime.asmdef.meta
  15. 8
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests.meta
  16. 3
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/.tests.json
  17. 8
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor.meta
  18. 13
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/ConfigurationTest.cs
  19. 11
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/ConfigurationTest.cs.meta
  20. 21
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/Unity.RenderPipelines.HighDefinitionConfig.Editor.Tests.asmdef
  21. 7
      LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/Unity.RenderPipelines.HighDefinitionConfig.Editor.Tests.asmdef.meta
  22. 11
      LocalPackages/com.unity.render-pipelines.high-definition-config/package.json
  23. 7
      LocalPackages/com.unity.render-pipelines.high-definition-config/package.json.meta

7
Packages/manifest.json


"com.unity.multiplayer-hlapi": "1.0.4",
"com.unity.postprocessing": "2.1.4",
"com.unity.purchasing": "2.0.6",
"com.unity.render-pipelines.core": "file:../../SRP/com.unity.render-pipelines.core",
"com.unity.render-pipelines.high-definition": "file:../../SRP/com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.high-definition-config": "file:../../SRP/com.unity.render-pipelines.high-definition-config",
"com.unity.shadergraph": "file:../../SRP/com.unity.shadergraph",
"com.unity.render-pipelines.high-definition": "7.1.2",
"com.unity.render-pipelines.high-definition-config": "file:../LocalPackages/com.unity.render-pipelines.high-definition",
"com.unity.visualeffectgraph": "file:../../SRP/com.unity.visualeffectgraph",
"com.unity.xr.legacyinputhelpers": "2.0.6",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",

7
LocalPackages/com.unity.render-pipelines.high-definition-config/.npmignore


sub-package.*
upm-ci~/**
.Editor/**
.yamato/**
*.zip*
TestRunnerOptions.json
.idea/**

19
LocalPackages/com.unity.render-pipelines.high-definition-config/CHANGELOG.md


# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [8.0.0] - 2019-XX-XX
## [7.1.1] - 2019-09-05
Version Updated
The version number for this package has increased due to a version update of a related graphics package.
## [7.0.1] - 2019-07-25
Version Updated
The version number for this package has increased due to a version update of a related graphics package.
Started Changelog

7
LocalPackages/com.unity.render-pipelines.high-definition-config/CHANGELOG.md.meta


fileFormatVersion: 2
guid: 0b3f7006c7834664ba28a1fa6b51f9fe
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

6
LocalPackages/com.unity.render-pipelines.high-definition-config/Documentation~/Configuration.md


# High Definition RP Configuration
The High definition RP Configuration package contains configuration files for the High Definition Render Pipeline.
Users who need to change the pipeline configuration need to use this package as a local package and make the necessary changes to the configuration files.
See https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html for documentation on the High Definition Render Pipeline itself.

5
LocalPackages/com.unity.render-pipelines.high-definition-config/LICENSE.md


Render Pipeline Core copyright © 2019 Unity Technologies ApS
Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License).
Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.

7
LocalPackages/com.unity.render-pipelines.high-definition-config/LICENSE.md.meta


fileFormatVersion: 2
guid: e797817a7447e1f42816cf2c2fa8765d
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime.meta


fileFormatVersion: 2
guid: 5d299198a792a964e9d443aa47506e2c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

47
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs


//-----------------------------------------------------------------------------
// Configuration
//-----------------------------------------------------------------------------
namespace UnityEngine.Rendering.HighDefinition
{
[GenerateHLSL(PackingRules.Exact)]
public enum HDShadowFilteringQuality
{
Low = 0,
Medium = 1,
High = 2,
}
[GenerateHLSL(PackingRules.Exact)]
public enum ShaderOptions
{
CameraRelativeRendering = 1, // Rendering sets the origin of the world to the position of the primary (scene view) camera
PreExposition = 1,
PrecomputedAtmosphericAttenuation = 0, // Precomputes atmospheric attenuation for the directional light on the CPU, which makes it independent from the fragment's position, which is faster but wrong
#if ENABLE_RAYTRACING
Raytracing = 1,
#else
Raytracing = 0,
#endif
#if ENABLE_VR
XrMaxViews = 2, // Used for single-pass rendering (with fast path in vertex shader code when forced to 2)
#else
XrMaxViews = 1,
#endif
AreaLights = 1,
DeferredShadowFiltering = HDShadowFilteringQuality.Medium
};
// Note: #define can't be use in include file in C# so we chose this way to configure both C# and hlsl
// Changing a value in this enum Config here require to regenerate the hlsl include and recompile C# and shaders
public class ShaderConfig
{
public static int s_CameraRelativeRendering = (int)ShaderOptions.CameraRelativeRendering;
public static int s_PreExposition = (int)ShaderOptions.PreExposition;
public static int s_XrMaxViews = (int)ShaderOptions.XrMaxViews;
public static int s_PrecomputedAtmosphericAttenuation = (int)ShaderOptions.PrecomputedAtmosphericAttenuation;
public static int s_AreaLights = (int)ShaderOptions.AreaLights;
public static HDShadowFilteringQuality s_DeferredShadowFiltering = (HDShadowFilteringQuality)ShaderOptions.DeferredShadowFiltering;
}
}

26
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs.hlsl


//
// This file was automatically generated. Please don't edit by hand.
//
#ifndef SHADERCONFIG_CS_HLSL
#define SHADERCONFIG_CS_HLSL
//
// UnityEngine.Rendering.HighDefinition.HDShadowFilteringQuality: static fields
//
#define HDSHADOWFILTERINGQUALITY_LOW (0)
#define HDSHADOWFILTERINGQUALITY_MEDIUM (1)
#define HDSHADOWFILTERINGQUALITY_HIGH (2)
//
// UnityEngine.Rendering.HighDefinition.ShaderOptions: static fields
//
#define SHADEROPTIONS_CAMERA_RELATIVE_RENDERING (1)
#define SHADEROPTIONS_PRE_EXPOSITION (1)
#define SHADEROPTIONS_PRECOMPUTED_ATMOSPHERIC_ATTENUATION (0)
#define SHADEROPTIONS_RAYTRACING (1)
#define SHADEROPTIONS_XR_MAX_VIEWS (2)
#define SHADEROPTIONS_AREA_LIGHTS (1)
#define SHADEROPTIONS_DEFERRED_SHADOW_FILTERING (1)
#endif

9
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs.hlsl.meta


fileFormatVersion: 2
guid: bcb8aa9f314d49b4c97aa1f3f3511e7b
ShaderImporter:
externalObjects: {}
defaultTextures: []
nonModifiableTextures: []
userData:
assetBundleName:
assetBundleVariant:

12
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/ShaderConfig.cs.meta


fileFormatVersion: 2
guid: 488b9213a64c77540bca3fe167edbe6c
timeCreated: 1475742183
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

14
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/Unity.RenderPipelines.HighDefinition.Config.Runtime.asmdef


{
"name": "Unity.RenderPipelines.HighDefinition.Config.Runtime",
"references": [
"GUID:df380645f10b7bc4b97d4f5eb6303d95"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

7
LocalPackages/com.unity.render-pipelines.high-definition-config/Runtime/Unity.RenderPipelines.HighDefinition.Config.Runtime.asmdef.meta


fileFormatVersion: 2
guid: a075b55b404a34748ac14ea9b6039911
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests.meta


fileFormatVersion: 2
guid: 1540e28e550b24d4988ba3ebe600cdcf
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

3
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/.tests.json


{
"createSeparatePackage": false
}

8
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor.meta


fileFormatVersion: 2
guid: 371e84df3ca686146b41f384a7f80ecd
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

13
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/ConfigurationTest.cs


using NUnit.Framework;
using System.Collections.Generic;
using System.Linq;
using UnityEngine.Rendering;
namespace UnityEngine.Rendering.HighDefinition.Test
{
class ConfigurationTest
{
[Test]
public void ValidateConfiguration() {}
}
}

11
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/ConfigurationTest.cs.meta


fileFormatVersion: 2
guid: ef2aa68b7ea6db343978d6bff1ae0f7c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

21
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/Unity.RenderPipelines.HighDefinitionConfig.Editor.Tests.asmdef


{
"name": "Unity.RenderPipelines.HighDefinitionConfig.Editor.Tests",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": []
}

7
LocalPackages/com.unity.render-pipelines.high-definition-config/Tests/Editor/Unity.RenderPipelines.HighDefinitionConfig.Editor.Tests.asmdef.meta


fileFormatVersion: 2
guid: 5b5e144fbbfa9e24188cdc68fa9a4b3c
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

11
LocalPackages/com.unity.render-pipelines.high-definition-config/package.json


{
"name": "com.unity.render-pipelines.high-definition-config",
"description": "Configuration files for the High Definition Render Pipeline.",
"version": "8.0.0",
"unity": "2020.1",
"unityRelease": "0a3",
"displayName": "High Definition RP Config",
"dependencies": {
"com.unity.render-pipelines.core": "8.0.0"
}
}

7
LocalPackages/com.unity.render-pipelines.high-definition-config/package.json.meta


fileFormatVersion: 2
guid: af6e0e6bb9a468845bfb9c9381e3219b
PackageManifestImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
正在加载...
取消
保存