Skip to content

Merge #4

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 6 commits into from
May 18, 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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions .github/workflows/github-repo-stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: github-repo-stats

on:
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: "0 23 * * *"
workflow_dispatch: # Allow for running this manually.

jobs:
j1:
name: github-repo-stats
runs-on: ubuntu-latest
steps:
- name: run-ghrs
# Use latest release.
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.ghrs_github_api_token }}
105 changes: 58 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,67 @@
**/Library/
**/UserSettings/
**/Temp/
**/obj/
# 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
#
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
[Mm]emoryCaptures/
[Uu]ser[Ss]ettings/

**/.vscode/
**/.vs

**/Assets/Plugins/*
**/Assets/Plugins.meta
# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta

*.user
*.idea
# 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*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.csproj.user
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.app
*.VC.*
.DS_Store
*.swp
*.DotSettings
*.gen.csproj.meta
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

obj.meta
.vs/
build/*
TwoStickShooter/Pure/Library/AnnotationManager
*.pyc

#generated by performance framework
*/PerformanceTestRunInfo.json
Performance/Assets/StreamingAssets.meta
Performance/Assets/StreamingAssets

StreamingAssets.meta
PerformanceTestRunInfo.json
PerformanceTestRunInfo.json.meta

**/InitTestScene*
**/Logs
Bootstrap/
**/Assets/StreamingAssets
**/Assets/EntityCache
**/Assets/TypeDependencyCache
**/Assets/SceneDependencyCache/*
**/Assets/SceneDependencyCache.meta
*~master*
*~HEAD*

artifacts

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

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk

# Crashlytics generated file
crashlytics-build.properties

# Custom
Assets/SceneDependencyCache*
Assets/NetCodeGenerated*
.idea/
.DS_Store
RiderScriptEditorPersistedState.asset
8 changes: 0 additions & 8 deletions DOTS_Guide/Projects/JobsTutorial/Assets/Common.meta

This file was deleted.

78 changes: 0 additions & 78 deletions DOTS_Guide/Projects/JobsTutorial/Assets/Common/Blue.mat

This file was deleted.

78 changes: 0 additions & 78 deletions DOTS_Guide/Projects/JobsTutorial/Assets/Common/Red.mat

This file was deleted.

8 changes: 0 additions & 8 deletions DOTS_Guide/Projects/JobsTutorial/Assets/Step1_NoJobs.meta

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions DOTS_Guide/Projects/JobsTutorial/Assets/Step1_NoJobs/Seeker.cs

This file was deleted.

Loading