Skip to content
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

Prepared for the first release #34

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b91e794
Separated agent tasks from the main agent script
Oct 7, 2021
d5f7040
Separated the agent task manager from the agent tasks
Oct 7, 2021
b9acbb8
Separated basic agent tasks from complex agent tasks
Oct 7, 2021
07b28b3
Split up basic tasks in separate scripts
Oct 7, 2021
c1f51f6
Split up all agent tasks and organized them in two folders
Oct 7, 2021
d9a377e
Implemented an interface for complex agent tasks
Oct 8, 2021
d1296d7
Drafted a complex agent rotation task
Oct 8, 2021
0037807
Attempt to find a better way to end the rotation animation
Oct 19, 2021
8c9a88e
Reversed the old way of finishing the rotation animation
Oct 19, 2021
81d2b62
Created a complex pointing task...
Oct 19, 2021
c5e5f05
Integrated the new complex pointing task
Oct 19, 2021
3e0fb43
Removed unnecessary code
Oct 19, 2021
ee81f3b
Moved the interface file
Oct 19, 2021
4d934de
Temporarily removed RotationComplexTask for compatibility reasons
Oct 19, 2021
e76b779
Added a task finisher function
Oct 19, 2021
dc21fc8
Created an abstract class for complex tasks instead of the interface
Oct 19, 2021
da99db1
Shortened code
Oct 19, 2021
d0d4c0f
Created a LazyTask abstract class that allows to avoid implementing U…
Oct 19, 2021
2c49453
Removed because of a warning
Oct 19, 2021
3b3bd49
Marked methods to be developed, added documentation
Oct 19, 2021
14a7269
Renamed folders and files
Oct 19, 2021
8482155
Added documentation, changed a method name
Oct 20, 2021
3c38b98
Added a sample scene and its reference
Oct 20, 2021
dbdb556
Adjusted the demo scene
Oct 20, 2021
54184ed
Added a pick up interaction to the demo scene
Oct 20, 2021
546fb58
Fixed a bug with stopping after running
Oct 20, 2021
8270000
Shortened the demo
Oct 20, 2021
e438485
Added documentation markdown
Oct 20, 2021
8a7da08
Added ThirdPersonController from Starter Assets
Oct 26, 2021
f5e8c09
Added CC office assets
Nov 9, 2021
423145c
Modified the sample scene using CC office assets instead of commercia…
Nov 10, 2021
ed05fc4
Removed multiple packages
Nov 13, 2021
96cb6f0
Removed the InputSystem package
Nov 13, 2021
941470e
Removed the Test Framework
Nov 13, 2021
c8652d4
Removed several packages
Nov 13, 2021
26aa73d
Removed multiple unnecessary packages
Nov 13, 2021
7a11e65
Deleted a package copy
Nov 13, 2021
e366acf
Added assembly definition files for Runtime
Nov 16, 2021
0ab58ab
Added the logo and modified files in the Templates folder
Nov 16, 2021
cfaed0f
merged develop into release_preparation
BenediktHensen Nov 27, 2021
3a29888
added animation rigging package to asmdef
BenediktHensen Nov 27, 2021
e990902
added visual studio editor package for scripting support, temporarily…
BenediktHensen Nov 29, 2021
811e4a8
removed office environment assets
BenediktHensen Dec 2, 2021
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
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

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

1 change: 1 addition & 0 deletions Assets/FBX Models/ice-claw-mouse/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Ice Claw mouse" (https://skfb.ly/6VAnx) by dmitriy7776661111 is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).

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

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

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Loading