Skip to content

Update Examples for XRI 2.3.0 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 9 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# These are serialized by Unity and have LF line endings.
*.asset text eol=lf
*.prefab text eol=lf
# Unity insists using LF for its text assets so prevent changing them to CRLF
*.unity text eol=lf
*.prefab text eol=lf
*.asset text eol=lf
*.meta text eol=lf
*.json text eol=lf
*.mat text eol=lf
*.mesh text eol=lf
*.txt text eol=lf
LightingData.asset -text
89 changes: 70 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,58 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Ll]ogs/
[Bb]uild/
[Bb]uilds/
*/[Pp]ackages/com.unity.*
Assets/AssetStoreTools*

# XR-Interaction package internalized
Assets/XR-Interaction/
Assets/XR-Interaction.meta

# Visual Studio 2015 cache directory
/.vs/
# This .gitignore file should be placed at the root of your Unity project directory
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore

# A marker file of which existence is used to decide whether to run the first-launch experience or not.
InitCodeMarker
/[Tt]utorial [Dd]efaults/

# Packed templates go here
upm-ci~/
upm-ci.log

# Never ignore Asset meta data...
!/[Aa]ssets/**/*.meta

# User's project-specific settings implemented using Settings Manager
/ProjectSettings/Packages

# The rest are general best practices for Unity projects
/.Editor/
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/
/[Vv]alidationSuiteResults/

# Project/user-specific settings using Settings Manager
/ProjectSettings/Packages/
# UserSettings introduced in 2020.1
/UserSettings/

# Uncomment this line if you wish to ignore the asset store tools plugin
/[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*

# Rider
.idea/

# Visual Studio cache directory
.vs/

# Visual Studio Code settings directory and config
.vscode/
.vsconfig

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
.vsconfig
*.csproj
*.unityproj
*.sln
Expand All @@ -29,18 +64,34 @@ ExportedObj/
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D Generated File On Crash Reports
# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties
*.orig
*.orig.meta

# Ignore build reports
/Assets/BuildReports*

# Mac file setting
.DS_Store
.npmrc
.DS_Store

# Format files
*.preformat.bak
*.preformat.bak.meta

Empty file removed .gitmodules
Empty file.
46 changes: 0 additions & 46 deletions AR/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions AR/Assets/Materials.meta

This file was deleted.

77 changes: 0 additions & 77 deletions AR/Assets/Materials/Checkered.mat

This file was deleted.

8 changes: 0 additions & 8 deletions AR/Assets/Materials/Checkered.mat.meta

This file was deleted.

77 changes: 0 additions & 77 deletions AR/Assets/Materials/GrayFloor.mat

This file was deleted.

8 changes: 0 additions & 8 deletions AR/Assets/Materials/GrayFloor.mat.meta

This file was deleted.

Loading