Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1604 commits
Select commit Hold shift + click to select a range
6a6038d
Update CommandMenuDisplay.cs
herbertmilhomme Aug 15, 2022
bd2ea51
Merge pull request #122 from PokemonUnity/alpba_using_beta_wrapper
herbertmilhomme Sep 10, 2022
ed26e99
DOTween is Unused
herbertmilhomme Sep 14, 2022
a389f09
WIP Refactor and Cleanup
herbertmilhomme Sep 15, 2022
3d3e3f6
Removed MORE DOTween
herbertmilhomme Sep 15, 2022
992f747
Bug: Accidentally removed unity-plugin
herbertmilhomme Sep 15, 2022
9044dfa
Update start.unity
herbertmilhomme Sep 16, 2022
2bfab93
Update BattleScene.cs
herbertmilhomme Sep 16, 2022
88b23e2
Update GameEvents.cs
herbertmilhomme Sep 16, 2022
543ef82
Small Update + Brainstorm Idea
herbertmilhomme Sep 17, 2022
f191d59
Update BattleScene.cs
herbertmilhomme Sep 17, 2022
0676359
WIP BattleScene Refactor
herbertmilhomme Sep 20, 2022
c758615
Cleaned and Minor Refactor
herbertmilhomme Sep 21, 2022
cd405c3
Forgot to Clean Editor
herbertmilhomme Sep 21, 2022
c6cb037
Interface Too Restrictive on Type
herbertmilhomme Oct 15, 2022
780e1cc
Fixes and Oversights Founds
herbertmilhomme Oct 25, 2022
b5ee680
Dev Branch Forks PKU:Alpha
herbertmilhomme Nov 14, 2022
e1c7748
Pokemon Ability Sometimes NONE
herbertmilhomme Nov 27, 2022
7f1a58c
Create UnityInterfaces.cs
herbertmilhomme Dec 20, 2022
b0995ba
Revert "Create UnityInterfaces.cs"
herbertmilhomme Dec 21, 2022
8bd5913
Merge pull request #128 from herbertmilhomme/Dev_Feature_WrapperRefactor
herbertmilhomme Dec 21, 2022
d70e6f3
Update .gitignore
herbertmilhomme Dec 21, 2022
5403b59
Merge branch 'master' into dev_feature_battle-engine
herbertmilhomme Dec 21, 2022
2fc9533
Merge remote-tracking branch 'unity-upstream/alpha' into dev_feature_…
herbertmilhomme Dec 21, 2022
5434ba8
Minor Renaming
herbertmilhomme Dec 24, 2022
05fa952
Forgot to Commit in Last Push
herbertmilhomme Dec 24, 2022
d9577a3
Merge branch 'Dev_Feature_CoroutineIE' into alpha
herbertmilhomme Dec 24, 2022
28e4465
Update Attack.cs
herbertmilhomme Dec 24, 2022
8af5f68
Merge branch 'Dev_Feature_CoroutineIE' into alpha
herbertmilhomme Dec 25, 2022
e04c31c
WIP Pending IEnum Changes
herbertmilhomme Jan 13, 2023
6cb1ebd
Delete UnityItemHandlers.cs
herbertmilhomme Jan 18, 2023
5fd8fe8
Update UnityBattle.cs
herbertmilhomme Jan 18, 2023
81883b1
More Refactors to Framework IEnumerators
herbertmilhomme Jan 20, 2023
7b82396
Update UnityInterfaces.cs
herbertmilhomme Jan 20, 2023
d41e7f7
Create UnityBattleTest.cs
herbertmilhomme Jan 20, 2023
58e5943
Update UnityInterfaces.cs
herbertmilhomme Jan 20, 2023
a4eeece
Update PokemonDataBox.cs
herbertmilhomme Jan 21, 2023
60287cd
Update IBattle.cs
herbertmilhomme Jan 21, 2023
82b84bf
Update .gitignore
herbertmilhomme Jan 21, 2023
d7347d4
Update .gitignore
herbertmilhomme Jan 21, 2023
3705ffa
Updates to Unity Battle Scene Interface
herbertmilhomme Jan 22, 2023
cd00e25
Update UnityInterfaces.cs
herbertmilhomme Jan 22, 2023
9d785dc
Update Battle.cs
herbertmilhomme Jan 22, 2023
27bf847
Update UnityBattle.cs
herbertmilhomme Jan 22, 2023
5e0baa7
Update Pokemon.cs
herbertmilhomme Jan 22, 2023
4959838
Pending WIP IEnum Battle Scene Refactor
herbertmilhomme Jan 22, 2023
af85b55
Name Convention Uniformity
herbertmilhomme Jan 23, 2023
0f5134f
Pending IEnum Battle Scene Refactor
herbertmilhomme Jan 23, 2023
0c40108
Attempt at running coroutine in Unity
herbertmilhomme Jan 23, 2023
a66e5c3
Cleared Temporary Errors from Unity Scene
herbertmilhomme Jan 23, 2023
03ba4c9
Update BattleScene.cs
herbertmilhomme Jan 23, 2023
9053394
Minor Updates, Fixes, and Cleanups
herbertmilhomme Jan 26, 2023
f282819
Merge branch 'alpha' into Dev_Feature_CoroutineIE
herbertmilhomme Jan 27, 2023
8ae6990
Update .gitignore
herbertmilhomme Jan 27, 2023
f1e8751
Tweak to Battle.Priority var
herbertmilhomme Jan 28, 2023
6c2597b
Tweak to Battle.Battlers var
herbertmilhomme Jan 28, 2023
5b71d05
Update BattleScene.cs
herbertmilhomme Jan 28, 2023
1392cc0
Merge branch 'Dev_Feature_Battle-Inheritance-with-New' into Dev_Featu…
herbertmilhomme Jan 28, 2023
e1b8ac4
Fixed null `new` Battle.Priority reference
herbertmilhomme Jan 28, 2023
c01dd7d
Update UnityBattleTest.cs
herbertmilhomme Jan 28, 2023
ef2397b
Update Pokemon.cs
herbertmilhomme Jan 28, 2023
0d48017
Update Assembly-CSharp.csproj
herbertmilhomme Jan 28, 2023
10ef377
Fixed null `new` Battle.Battlers reference
herbertmilhomme Jan 28, 2023
fcf938a
Minor Oversights and Corrections...
herbertmilhomme Jan 29, 2023
340fc90
Merge branch 'alpha' into Dev_Feature_CoroutineIE
herbertmilhomme Jan 29, 2023
e85c82a
Minor Fixes to Framework
herbertmilhomme Feb 1, 2023
ab9796a
Merge branch 'alpha' into Dev_Feature_CoroutineIE
herbertmilhomme Feb 1, 2023
202fd14
Fixes to UI to Match IEnum Corrections
herbertmilhomme Feb 1, 2023
a71047d
Update SpriteComponent.cs
herbertmilhomme Feb 1, 2023
9287c63
Merge remote-tracking branch 'unity-upstream/alpha'
herbertmilhomme Feb 1, 2023
0465c87
Update .gitignore
herbertmilhomme Mar 16, 2023
a4a7462
Merge pull request #130 from herbertmilhomme/Dev_Feature_CoroutineIE
herbertmilhomme Apr 20, 2023
08baa2b
Merge remote-tracking branch 'unity-upstream/alpha'
herbertmilhomme Apr 30, 2023
b131c48
Merge branch 'master'
herbertmilhomme Apr 30, 2023
5f95860
Merge branch 'UnityDemoWithNoAssets'
herbertmilhomme May 1, 2023
75e526a
Merge branch 'alpha'
herbertmilhomme May 1, 2023
c1cfc37
Import Sample Scene using Asset Package
herbertmilhomme May 1, 2023
2466101
Cleaned Directory and Errors
herbertmilhomme May 1, 2023
cc2c2b1
Merge pull request #131 from herbertmilhomme/master
herbertmilhomme May 1, 2023
82ca526
Updated DLLs in Root Folder
herbertmilhomme May 7, 2023
2e1fd95
Added TextMesh Pro to Unity Proj Assets
herbertmilhomme May 7, 2023
c201ccc
Update README.md
herbertmilhomme May 7, 2023
bc58ca8
Customize Wild/Event Battle Encounters
herbertmilhomme May 12, 2023
3a12969
Create OrgBattleGenerator.cs
herbertmilhomme May 15, 2023
073d28b
Create OrgBattle.cs
herbertmilhomme May 15, 2023
002c8ad
Refactor Interface for Missing Classes
herbertmilhomme May 15, 2023
1025090
Minor Refactor and Code Cleanup
herbertmilhomme May 16, 2023
91cb54b
Reviving Unit Testing in Solution
herbertmilhomme May 16, 2023
86f31ec
Added/Duplicated Warning Config to App Proj
herbertmilhomme May 16, 2023
6d2cefb
Update PokemonUnity.Application.csproj
herbertmilhomme May 16, 2023
64c394b
Update PokemonUnity.Application.csproj
herbertmilhomme May 16, 2023
c0179ed
Revisit/Refactor Old PC Class Entity
herbertmilhomme May 17, 2023
aec86c3
Revisit/Refactor Item PC and Bag Storage
herbertmilhomme May 17, 2023
7e19439
Revisit/Refactor Event Publish-Subscribers
herbertmilhomme May 17, 2023
4350249
Merge branch 'master'
herbertmilhomme May 17, 2023
bf10c2c
Minor Refactor and Corrections
herbertmilhomme May 31, 2023
efe96c1
Whitespaces Tabify and Trim
herbertmilhomme May 31, 2023
42e367b
Merge branch 'master'
herbertmilhomme May 31, 2023
80f3fe8
Removed PB Text in Source
herbertmilhomme Jun 1, 2023
ec9b8bf
Fixes to Unity Sample Scene
herbertmilhomme Jul 2, 2023
30b2e78
Update GameEvents.cs
herbertmilhomme Jul 2, 2023
3f56182
Update InputManager.asset
herbertmilhomme Jul 2, 2023
be6672c
Update InputManager.asset
herbertmilhomme Jul 2, 2023
a44c0d7
Update README.md
herbertmilhomme Jul 2, 2023
e3cf66c
Update README.md
herbertmilhomme Jul 2, 2023
8ce66d6
Update README.md
herbertmilhomme Jul 2, 2023
45d590c
Merge pull request #132 from herbertmilhomme/master
herbertmilhomme Jul 2, 2023
efef3cc
Rename to Directory
herbertmilhomme Jul 29, 2023
a95ef68
Added Blender Files to Tools
herbertmilhomme Jul 29, 2023
d2305ae
Update TileMapGenerator.cs
herbertmilhomme Jul 30, 2023
9b4e961
Added Texture Spritesheet
herbertmilhomme Jul 30, 2023
af8e99a
Update TileMapGenerator.cs
herbertmilhomme Jul 30, 2023
de0ec27
Added Player Camera and Player to Scene
herbertmilhomme Jul 30, 2023
2c0284d
Added Camera and Player Sample
herbertmilhomme Jul 30, 2023
5673f40
Update TileMapGenerator.cs
herbertmilhomme Jul 30, 2023
0c4a8c9
Update TileMapGenerator.cs
herbertmilhomme Jul 30, 2023
a140d4b
Added Custom Assets
herbertmilhomme Jul 30, 2023
30e40aa
Minor Tweaks to FBX Meta
herbertmilhomme Aug 1, 2023
32a412f
Update TileMapGenerator.cs
herbertmilhomme Aug 1, 2023
6ac6c39
Refactor and Overhaul
herbertmilhomme Aug 8, 2023
a4ddd9f
Merge branch 'master'
herbertmilhomme Aug 8, 2023
b9aa418
Added Unique Attribute Tags to Entities
herbertmilhomme Aug 10, 2023
0cbe14b
Moved Nested Enum to Global Namespace
herbertmilhomme Aug 10, 2023
592831c
Renamed File to Match Entity Object
herbertmilhomme Aug 10, 2023
1d8c16e
Updates to Wild Pokemons with Items
herbertmilhomme Aug 10, 2023
527ff66
Update Events.cs
herbertmilhomme Aug 10, 2023
7819861
Update Move.cs
herbertmilhomme Aug 10, 2023
693d061
Minor Refactor to Clean Loose Ends
herbertmilhomme Aug 10, 2023
576ea82
Update OrgBattle.cs
herbertmilhomme Aug 10, 2023
ffc4a69
Update Game.Utility.cs
herbertmilhomme Aug 10, 2023
cd2d590
More Minor Changes
herbertmilhomme Aug 10, 2023
6a6b040
Merge branch 'master'
herbertmilhomme Aug 10, 2023
563332c
Changes & Updates to Pokemon Framework
herbertmilhomme Aug 10, 2023
7b2d87b
Update Attack.cs
herbertmilhomme Aug 10, 2023
af7ab80
Added Missing Match Playback and Recorder
herbertmilhomme Apr 2, 2024
df62f26
Minor Improvements to RNG Seeding
herbertmilhomme May 15, 2024
2b16215
Revisiting IDebugger Interface
herbertmilhomme May 15, 2024
10283c2
Update Game.Debugger.cs
herbertmilhomme May 15, 2024
43cefe6
Update Game.Debugger.cs
herbertmilhomme May 15, 2024
4ab4af6
Update Game.Debugger.cs
herbertmilhomme May 15, 2024
5e5a2ba
Re-sync Master Changes to Alpha
herbertmilhomme May 27, 2024
90e802b
Merge remote-tracking branch 'framework/main' into alpha
herbertmilhomme May 27, 2024
661bac6
Update OrgBattleRules.cs
herbertmilhomme May 29, 2024
eda6b3f
Minor Refactor and Clean-up
herbertmilhomme May 29, 2024
2882f8d
Merge branch 'alpha'
herbertmilhomme May 29, 2024
306638c
Update PokemonDataBox.cs
herbertmilhomme May 30, 2024
dc60aca
Added Additional Logging to Battle Scene
herbertmilhomme May 30, 2024
9584305
Update PokemonUnity.Application.dll
herbertmilhomme May 30, 2024
8f825a7
Corrected Project References
herbertmilhomme May 30, 2024
42ace6d
Rename Namespace UX to Interface
herbertmilhomme May 30, 2024
8f6ddd4
Minor Changes to Debug Log
herbertmilhomme May 30, 2024
62bc64c
Improvements to Logging Handler
herbertmilhomme May 30, 2024
f0efbc4
Merge branch 'alpha'
herbertmilhomme May 30, 2024
9d29535
Merge branch 'alpha'
herbertmilhomme May 30, 2024
152102f
Update Game.Debugger.cs
herbertmilhomme May 30, 2024
9353110
Changed Namespace UX to Interface.UnityEngine
herbertmilhomme May 31, 2024
febf979
Update Assembly-CSharp.csproj
herbertmilhomme May 31, 2024
809be11
Missing Corrections
herbertmilhomme May 31, 2024
39a951b
Merge branch 'alpha'
herbertmilhomme May 31, 2024
57b9128
Update IntroScene.cs
herbertmilhomme May 31, 2024
b16107c
Reviewed Prefab and Unity Component
herbertmilhomme Jun 1, 2024
b6e7ffe
Reorganized Directory Between Old and New Scripts
herbertmilhomme Jun 1, 2024
0e60060
Reorganized Directory Between Old and New Scripts
herbertmilhomme Jun 1, 2024
7e3410a
Merge branch 'alpha' of https://github.com/PokemonUnity/PokemonUnity …
herbertmilhomme Jun 1, 2024
1f79b57
Mirroring and Porting Clean-up Changes
herbertmilhomme Jun 2, 2024
3d0bf68
Added Extra Assurance on IEnumerators
herbertmilhomme Jun 2, 2024
851eeac
More Unity Coroutines and IEnumerators
herbertmilhomme Jun 3, 2024
590bd82
Update TypingForm.cs
herbertmilhomme Jun 3, 2024
b80696f
Update GameSystem.cs
herbertmilhomme Jun 3, 2024
b2a2cfa
Update Attack.cs
herbertmilhomme Jun 3, 2024
d6515e1
Update Pokemon.cs
herbertmilhomme Jun 3, 2024
71a40b6
More Coroutines
herbertmilhomme Jun 3, 2024
52769c9
More Coroutine (Cont.)
herbertmilhomme Jun 3, 2024
15a6b7b
More Coroutines Changes (Cont.)
herbertmilhomme Jun 3, 2024
1bb14b5
Last Bit of Coroutine Changes
herbertmilhomme Jun 4, 2024
bdbc39b
Null Conditional on Action Expression
herbertmilhomme Jun 4, 2024
dbe8a97
Update Attack.cs
herbertmilhomme Jun 4, 2024
ee6db4f
Added Resource Class as Game Object
herbertmilhomme Jun 4, 2024
06a3a69
Added Git Info to Assembly Output
herbertmilhomme Jun 4, 2024
2ae84b7
Copy Output to Project DLL Folder
herbertmilhomme Jun 5, 2024
dee0fae
Cleaned-up and Refactor to Scene Components
herbertmilhomme Jun 5, 2024
2988f5a
Update PokemonDataBox.cs
herbertmilhomme Jun 5, 2024
5eb00ab
Update CommandMenuDisplay.cs
herbertmilhomme Jun 5, 2024
8208fa1
Update Pokemon.Effect.cs
herbertmilhomme Jun 5, 2024
b086f30
Update IntroScene.cs
herbertmilhomme Jun 5, 2024
2180497
Added and Implemented Input Manager
herbertmilhomme Jun 5, 2024
4dd60bd
Added and Implemented Audio Manager
herbertmilhomme Jun 5, 2024
548c9f4
Directory Changes and File Renames
herbertmilhomme Jun 5, 2024
540071a
Merge branch 'alpha'
herbertmilhomme Jun 5, 2024
64a4301
Merge branch 'alpha'
herbertmilhomme Jun 5, 2024
8174c0b
Update TypingForm.cs
herbertmilhomme Jun 5, 2024
6c52807
Update AudioManager.cs
herbertmilhomme Jun 5, 2024
7f754e2
Update LevelLoader.SceneManager.cs
herbertmilhomme Jun 5, 2024
297e8c4
Renamed Directory Game to GameManager
herbertmilhomme Jun 5, 2024
d8a2d78
Created Audio Object for Pokemon Chatter
herbertmilhomme Jun 5, 2024
bfa6a3c
Corrections and Improvements to Audio
herbertmilhomme Jun 6, 2024
f9f465e
Minor Fixes and Corrections
herbertmilhomme Jun 6, 2024
ad13db1
Compiled New Assembly Output
herbertmilhomme Jun 6, 2024
2cfd69d
Update Assembly-CSharp.csproj
herbertmilhomme Jun 6, 2024
7feca12
Nest Game Logic under Game Manager
herbertmilhomme Jun 7, 2024
e61c404
Revisit and Reviewed Typing Scene
herbertmilhomme Jun 7, 2024
befea7d
Update Assembly-CSharp.csproj
herbertmilhomme Jun 7, 2024
a571b40
Added LogManager to Refactor Logging
herbertmilhomme Jun 7, 2024
d70ca63
Update TypingForm.cs
herbertmilhomme Jun 7, 2024
5a7d966
Added More Assembly Notes for Clarity
herbertmilhomme Jun 7, 2024
d9c273f
Update IDebugger.cs
herbertmilhomme Jun 7, 2024
82e7b00
Improved Relationship of DB and Gen
herbertmilhomme Jun 7, 2024
81c8da1
Update TypingForm.cs
herbertmilhomme Jun 7, 2024
fde7bb3
Update FileTest.cs
herbertmilhomme Jun 7, 2024
fa6fadc
Attempts to Review Logger and Expand
herbertmilhomme Jun 8, 2024
662140e
Update .gitignore
herbertmilhomme Jun 8, 2024
c3c23e5
Fixed Bug for Faint Error and Double Atk
herbertmilhomme Jun 9, 2024
747fee1
Update .gitignore
herbertmilhomme Jun 9, 2024
7a26c61
Notes, ToDos, and Clean-ups
herbertmilhomme Jun 9, 2024
7d12464
Forgot to Copy Faint Changes to Unity Class
herbertmilhomme Jun 10, 2024
3bd517a
Coroutine is an IEnumerator; Added Yield
herbertmilhomme Jun 10, 2024
5256f28
Update Feature.cs
herbertmilhomme Jun 10, 2024
2908ba5
Update Program.cs
herbertmilhomme Jun 10, 2024
3dde4a1
Switched from GameDebug to Core.Logger
herbertmilhomme Jun 10, 2024
64165d4
Modified Logging Output
herbertmilhomme Jun 11, 2024
b45415b
Fixed Bug Causing Turns to Double Attack
herbertmilhomme Jun 11, 2024
3d6c12d
Update Pokemon.cs
herbertmilhomme Jun 11, 2024
75ef4ca
Update Game.Debugger.cs
herbertmilhomme Jun 11, 2024
7c1eb18
String Literals in Debug String.Format
herbertmilhomme Jun 11, 2024
3860808
Berry GameData.GameMessage uses `this`
herbertmilhomme Jun 11, 2024
7ab20a1
Update BerryPlant.cs
herbertmilhomme Jun 11, 2024
b66c0c0
Localizing Logger Can Make Logs Unreadable
herbertmilhomme Jun 11, 2024
1e0fdfb
Revisit Game Items
herbertmilhomme Jun 12, 2024
50669b6
More Cleaning and Code Review
herbertmilhomme Jun 13, 2024
414bd30
Consolidated Persistent Game Records to Class
herbertmilhomme Jun 14, 2024
83cf550
Copied Features to Global Interface
herbertmilhomme Jun 14, 2024
74d0a88
Added Trainer Interface for Trainer NPC Data
herbertmilhomme Jun 14, 2024
a0a8435
Moved Utility Class to a different Directory
herbertmilhomme Jun 16, 2024
0781c1d
GameEvents and GameManager are Copies
herbertmilhomme Jun 16, 2024
129b9a9
Added Resources to Manage Assets
herbertmilhomme Jun 16, 2024
499b401
Minor Changes to Improve Essentials Compatibility
herbertmilhomme Jun 17, 2024
753cc2e
Merge branch 'alpha'
herbertmilhomme Jun 17, 2024
0061fa9
Merge branch 'alpha'
herbertmilhomme Jun 17, 2024
5bba63f
Added Missing Meta Files
herbertmilhomme Jun 17, 2024
7a1b8e2
Removing Errors by Updating References
herbertmilhomme Jun 17, 2024
96558e8
Reconnected Missing Scene Components
herbertmilhomme Jun 18, 2024
ba2935c
Removed Unity Cinema Plugin
herbertmilhomme Jun 18, 2024
b8ad446
TAG: Working Battle Scene (DEMO)
herbertmilhomme Jun 18, 2024
17767db
Update Game.meta
herbertmilhomme Jul 23, 2024
16567bd
Update Images.meta
herbertmilhomme Dec 23, 2024
e1166e6
Update Prefabs.meta
herbertmilhomme Dec 23, 2024
a2eb7de
Added Newtonsoft DLL to Assets
herbertmilhomme Dec 29, 2024
719b05f
Update README.md
herbertmilhomme Dec 29, 2024
ea1e9bc
Added Scene Manager Notations
herbertmilhomme Dec 29, 2024
7260110
Housekeeping
gen3vra Jan 23, 2026
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.
109 changes: 109 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Create a Changelog without causing conflict errors
/changelog.md merge=union
/NEWS merge=union

# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp text
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

# Custom for Unity
#*.meta diff=astextplain
#*.META diff=astextplain
#*.prefab diff=astextplain
#*.PREFAB diff=astextplain
#*.asset diff=astextplain
#*.ASSET diff=astextplain
#*.unity diff=astextplain
#*.UNITY diff=astextplain
#*.anim diff=astextplain
#*.controller diff=astextplain

# Ignores on Git Export/Download/Releases
# Dont really need users configuring this...
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/UnitTestProject export-ignore
#/readme.md export-ignore # Give users readme with download
/code_of_conduct.md export-ignore

## Unity ##

*.cginc text
*.shader text

*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf
*.physicsMaterial2D merge=unityyamlmerge eol=lf
*.physicsMaterial merge=unityyamlmerge eol=lf
*.asset merge=unityyamlmerge eol=lf
*.meta merge=unityyamlmerge eol=lf
*.controller merge=unityyamlmerge eol=lf
*.unitypackage merge=unityyamlmerge eol=lf


## git-lfs ##

##Image
#*.jpg filter=lfs diff=lfs merge=lfs -text
#*.jpeg filter=lfs diff=lfs merge=lfs -text
#*.png filter=lfs diff=lfs merge=lfs -text
#*.gif filter=lfs diff=lfs merge=lfs -text
#*.psd filter=lfs diff=lfs merge=lfs -text
#*.ai filter=lfs diff=lfs merge=lfs -text

##Audio
#*.mp3 filter=lfs diff=lfs merge=lfs -text
#*.wav filter=lfs diff=lfs merge=lfs -text
#*.ogg filter=lfs diff=lfs merge=lfs -text

##Video
#*.mp4 filter=lfs diff=lfs merge=lfs -text
#*.mov filter=lfs diff=lfs merge=lfs -text

##3D Object
#*.FBX filter=lfs diff=lfs merge=lfs -text
#*.fbx filter=lfs diff=lfs merge=lfs -text
#*.blend filter=lfs diff=lfs merge=lfs -text
#*.obj filter=lfs diff=lfs merge=lfs -text

##ETC
#*.a filter=lfs diff=lfs merge=lfs -text
#*.exr filter=lfs diff=lfs merge=lfs -text
#*.tga filter=lfs diff=lfs merge=lfs -text
#*.pdf filter=lfs diff=lfs merge=lfs -text
#*.zip filter=lfs diff=lfs merge=lfs -text
#*.dll filter=lfs diff=lfs merge=lfs -text
#*.unitypackage filter=lfs diff=lfs merge=lfs -text
#*.aif filter=lfs diff=lfs merge=lfs -text
#*.ttf filter=lfs diff=lfs merge=lfs -text
#*.rns filter=lfs diff=lfs merge=lfs -text
#*.reason filter=lfs diff=lfs merge=lfs -text
#*.lxo filter=lfs diff=lfs merge=lfs -text

#/Assets/Terrains/*.asset filter=lfs diff=lfs merge=lfs -text
##only if subfolders with terrains exist:
#/Assets/Terrains/**/*.asset filter=lfs diff=lfs merge=lfs -text

#*.asset merge=unityyamlmerge text=auto
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading