Skip to content

Commit

Permalink
1.0.0-preview.4 - 2019/03/18
Browse files Browse the repository at this point in the history
@2018.3
  • Loading branch information
ErikMoczi committed Mar 19, 2019
1 parent 6aaa81d commit b6abee1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes in usd-unitysdk for Unity

## [1.0.0-preview.4] - 2019-03-15
### Changes
- Update readme images

## [1.0.0-preview.3] - 2019-03-15
### Changes
Expand Down
Binary file modified package/Documentation~/Images/USD_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions package/Documentation~/USD.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@ Timeline playback is multi-threaded using the C# Job System.

Access to variant selection, model details, and payload state are all accessible via
the inspector on the game object at which these features were authored.

![USD screenshot](Images/USD_global_screenshot.png)
2 changes: 1 addition & 1 deletion package/Samples~/ImportMaterials/ImportMaterialsExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public struct ShaderPair {
var detailNormalMapPath = "/Model/Materials/SimpleMat/DetailNormalMap";
var detailMaskPath = "/Model/Materials/SimpleMat/DetailMask";

var textureFilePath = @"Assets/Samples/USD/1.0.0-preview.3/ImportMaterials/Textures/";
var textureFilePath = @"Assets/Samples/USD/1.0.0-preview.4/ImportMaterials/Textures/";

var cube = new CubeSample();
cube.size = 7;
Expand Down
2 changes: 1 addition & 1 deletion package/Samples~/ImportMesh/ImportMesh.unity
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c6b9422ac107eb345ba17ec50a29caf4, type: 3}
m_Name:
m_EditorClassIdentifier:
m_usdFile: Samples/USD/1.0.0-preview.3/ImportMesh/mesh.usd
m_usdFile: Samples/USD/1.0.0-preview.4/ImportMesh/mesh.usd
m_material: {fileID: 2100000, guid: 5a4399f9b4f4d774dbc7921697839d7e, type: 2}
m_usdTime: 0
m_changeHandedness: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21113,7 +21113,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4aff4833db8e2b14aa0f0b6071c41e5b, type: 3}
m_Name:
m_EditorClassIdentifier:
m_usdFile: Assets/Samples/USD/1.0.0-preview.3/UsdTimelinePlayable/mesh.usd
m_usdFile: Assets/Samples/USD/1.0.0-preview.4/UsdTimelinePlayable/mesh.usd
m_projectAssetPath: Assets/
m_usdRootPath: /
m_usdTimeOffset: 0
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"repository": {
"type": "git",
"url": "[email protected]:Unity-Technologies/usd-unity-sdk.git",
"revision": "b48788773db987c1b6b62949a6d495440aea039e"
"revision": "d72744cbc0bea1f9d0c47fcc9899a299f6f5b039"
},
"unity": "2018.3",
"unityRelease": "4f1",
"version": "1.0.0-preview.3",
"version": "1.0.0-preview.4",
"samples": [
{
"displayName": "ExportMesh",
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.0-preview.1
1.0.0-preview.2
1.0.0-preview.3
1.0.0-preview.4

0 comments on commit b6abee1

Please sign in to comment.