浏览代码

Merge branch 'latest-preview' into Multi-image

/4.1
Shan Jiang 4 年前
当前提交
1b5ef1a7
共有 4 个文件被更改,包括 18 次插入6 次删除
  1. 3
      Assets/Scenes/CameraGrain/CameraGrain.mat
  2. 8
      Packages/manifest.json
  3. 8
      README.md
  4. 5
      CONTRIBUTING.md

3
Assets/Scenes/CameraGrain/CameraGrain.mat


m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 10309, guid: 0000000000000000f000000000000000, type: 0}
m_Texture: {fileID: 10305, guid: 0000000000000000f000000000000000, type: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:

- _Color: {r: 0.59527415, g: 0.6643424, b: 0.8584906, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _NoiseSpeed: {r: 30, g: 20, b: 0, a: 0}
m_BuildTextureStacks: []

8
Packages/manifest.json


"com.unity.test-framework": "1.1.14",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.xr.arcore": "4.1.0-preview.2",
"com.unity.xr.arfoundation": "4.1.0-preview.2",
"com.unity.xr.arkit": "4.1.0-preview.2",
"com.unity.xr.arkit-face-tracking": "4.1.0-preview.2",
"com.unity.xr.arcore": "4.1.0-preview.3",
"com.unity.xr.arfoundation": "4.1.0-preview.3",
"com.unity.xr.arkit": "4.1.0-preview.3",
"com.unity.xr.arkit-face-tracking": "4.1.0-preview.3",
"com.unity.xr.interaction.toolkit": "0.9.4-preview",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",

8
README.md


## Interaction
This sample scene demonstrates the functionality of the `XR Interaction Toolkit` package. In the scene, you are able to place a cube on a plane which you can translate, rotate and scale with gestures. See the [`XR Interaction Toolkit Documentation`](https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@0.9/manual/index.html) for more details.
# Community and Feedback
The intention of this reposititory is to provide a means for getting started with the features in ARFoundation. The samples are intentionally simplistic with a focus on teaching basic scene setup and APIs. If you you have a question, find a bug, or would like to request a new feature concerning any of the ARFoundation packages or these samples please [submit a GitHub issue](https://github.com/Unity-Technologies/arfoundation-samples/issues). New issues are reviewed regularly.
## Contributions and Pull Requests
We are not accepting pull requests at this time. If you find an issue with the samples, our would like to request a new sample, please [submit a GitHub issue](https://github.com/Unity-Technologies/arfoundation-samples/issues).

5
CONTRIBUTING.md


# Contributing
At this time, the repo is not accepting external contributions in the form of PRs.
We encourage you to submit bugs, suggestions, and feedback as [GitHub issues](https://github.com/Unity-Technologies/arfoundation-samples/issues).
正在加载...
取消
保存