Skip to content

Commit

Permalink
All the refactor changes, imagesynthesis semi-deprecateed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Nov 21, 2024
1 parent 205d821 commit 9e5aca5
Show file tree
Hide file tree
Showing 11 changed files with 951 additions and 234 deletions.
4 changes: 2 additions & 2 deletions unity/Assets/Editor/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ private static List<string> GetAllScenePaths()
}
}

return scenes;
// return scenes.Where(x => x.Contains("FloorPlan1_") || x.Contains("FloorPlan28_") || x.Contains("Procedural") || x.Contains("ProceduralAB") || x.Contains("Calibration_Room")).ToList();
// return scenes;
return scenes.Where(x => x.Contains("FloorPlan1_") || x.Contains("FloorPlan28_") || x.Contains("Procedural") || x.Contains("ProceduralAB") || x.Contains("Calibration_Room")).ToList();
// uncomment for faster builds for testing
return scenes; //.Where(x => x.Contains("Procedural.unity") || x.Contains("Procedural.unity")).ToList(); //.Where(x => x.Contains("FloorPlan1_") || x.Contains("Procedural")).ToList();
}
Expand Down
13 changes: 13 additions & 0 deletions unity/Assets/Resources/ThirdPartyCameraTemplate.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GameObject:
- component: {fileID: 5990649868303501632}
- component: {fileID: 3402215512074657615}
- component: {fileID: 5576228602605313083}
- component: {fileID: 5929461731447045472}
m_Layer: 0
m_Name: ThirdPartyCameraTemplate
m_TagString: Untagged
Expand Down Expand Up @@ -148,3 +149,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: dd09293d18a1af44d95b8ed5c5418f95, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &5929461731447045472
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7692911009727723218}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 68871f0bc5fb742138947ad4c5e73f7d, type: 3}
m_Name:
m_EditorClassIdentifier:
Loading

0 comments on commit 9e5aca5

Please sign in to comment.