Section 4: Bonus Challenge
Write C# scripts for these coding challenges.
31. Implement an abstract class Enemy with an Attack() method.
32. Write a static class for mathematical utilities.
33. Create an event system in Unity.
34. Write a coroutine in Unity.
35. Implement a basic AI behaviour in Unity.
36. Write a method to read froom a file.
37. Implement an interface in C#.
38. Write a LINQ query to filter a list.
39. Implement a generic method in C#.
40. Create a Unity script for a simple player controller.
Last updated