I'm getting this (harmless but annoying) warning after every recompile:
Assets/Plugins/VoxelBusters/EssentialKit/Runtime/Android/BillingServices/NativeBillingTransaction.cs(59,23): warning CS0114: 'NativeBillingTransaction.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
2 years ago
Fixed by adding override keyword.
You can see the fix in upcoming release 2.5.0
0 2 years ago Reply