Description
This is a simple prebuild prefab that will add an easy to use kill feed to any Unity project you want. Kill Feeds are a very popular game mechanic that can be found in almost all first-person shooter.
To use this Kill Feed package after downloading it, Import the package into your unity project. Find the KillFeed prefab and drag it into the scenes you wish to have a kill feed in. You can customize the appearance of this prefab and the KillListing prefab if you would like. There are then three options on how to use this game mechanic. These options are only names, names with how, and names with icons. Depending on which option you want to use you just have to call the corresponding function for that option.
Here are the example codes.
KillFeed.instance.AddNewKillListing(“KillerName”, “KilledName”);
KillFeed.instance.AddNewKillListingWithHow(“KillerName”, “KilledName”, “Splattered”);
KillFeed.instance.AddNewKillListingWithHowImage(“KillerName”, “KilledName”, indexValue);
Reviews
There are no reviews yet.