Skip to content

Commit

Permalink
Add Unity raw video
Browse files Browse the repository at this point in the history
base 7

base 7

Base 6

Base 5

Add base 4

Add base 3

Add based 2

Add base
  • Loading branch information
jowang-msft committed Feb 1, 2024
1 parent 4e1f056 commit 59c17f5
Show file tree
Hide file tree
Showing 62 changed files with 4,448 additions and 0 deletions.
59 changes: 59 additions & 0 deletions Unity/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Ignore bin and obj folders
[Bb]in/
[Oo]bj
[Bb]uild/

!/**/[Pp]ackages/*
!/**/[Aa]ssets/**/*.meta
/**/[Tt]emp/
/**/[Aa]ssets/TextMesh Pro/
/**/UserSettings/
/**/Library/*/*

Unity*.csproj
Assembly-*.csproj
Azure.Communication.Calling*.csproj
*.sln
*.csproj
.collabignore
.vsconfig

# Ignore .vscode
.vscode/

# Ignore visual studio temp folder
.vs

# Ignore visual studo user files.
*.user

# Ignore certs
*.pfx
*.pfx.meta

# Ignore logs
*.etl
*.etl.bak
*.blog
*.log

# Ignore symbols
*.pidb
*.pidb.meta
*.pdb
*.pdb.meta

# Executables
*.exe
*.out
*.app

# Ignore Xaml app packages
/**/Azure.Communication.Calling.Tutorial/AppPackages
/**/Azure.Communication.Calling.Tutorial/BundleArtifacts

/**/ArtifactDB
/**/ArtifactDB-lock
/**/SourceAssetDB
/**/SourceAssetDB-lock
/**/EditorInstance.json
8 changes: 8 additions & 0 deletions Unity/RawVideo/Assets/Scenes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59c17f5

Please sign in to comment.