2021년 4학년 1학기 기업연계프로젝트2 컴퓨터소프트웨어공학과 <원광투어팀> 팀장 : 송유진 팀원 : 김나영, 이경희, 한유진
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.5 KiB

5 years ago
  1. FPS Microgame - Version 2.0.0
  2. =============================
  3. This is the FPS Microgame package. Learn to create your own FPS game with this example project.
  4. Learn more about the project here: http://u3d.as/1E4y
  5. Changelog
  6. ---------
  7. ## [2.0.0] - 2021-03-11
  8. ### Changed
  9. - Use Unity 2020.3.0f1
  10. ## [1.2.0] - 2020-07-24
  11. ### Added
  12. - Added a new "Import Your First Asset" tutorial
  13. ### Changed
  14. - Use Unity 2019.4.4f1.
  15. - Use Tutorial Framework 1.0.1 (formerly known as IET Framework) and WebGL Publisher 2.0.3 (formerly known as Share WebGL Game).
  16. - Renewed "Build and Share" tutorial, now known as "Build and Publish".
  17. ## [1.1.2] - 2020-06-09
  18. ### Changed
  19. - Use Unity 2019.4.0f1.
  20. ## [1.1.1] - 2020-04-27
  21. ### Changed
  22. - Use Unity to 2019.3.10f1.
  23. - Tutorials: minor copy fixes.
  24. ### Fixed
  25. - Fixed "Cannot open scene at path Assets/Scenes/SampleScene.unity..." warning.
  26. ## [1.1.0] - 2020-04-01
  27. ### Changed
  28. - Use Unity 2019.3.4f1.
  29. - Update all dependencies to the latest versions.
  30. - Tutorials: minor copy fixes.
  31. ### Added
  32. - Tutorials: added back link to the FPS Creators Groups (was replaced with the Asset Storle link in the previous release).
  33. ### Removed
  34. - Tutorials: "Add Open Scenes" step removed from the "Build and Share" tutorial.
  35. ## [1.0.4] - 2020-03-03
  36. ### Added
  37. - README in the project folder.
  38. - Support for Microgame Add-Ons (update to weapon systems).
  39. - Added an Asset Store link to the Tutorial selection page.
  40. - Minor tutorial wording adjustments.
  41. ### Changed
  42. - Use Unity 2018.4.17f1.
  43. - Use the latest IET package.
  44. - Use the latest Share WebGL Game package.