• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle


  • They were ripping off both their users and anyone using affiliate links (including the content creators who promoted them)

    During checkout, when you clicked the “find coupon” button in honey (which it prompted you to do on screen during checkout), it would strip out any affiliate link and add their own. So if you clicked on a product from a review, they would strip out the referral link from the YouTube video or website that sent you and indicate they sent you instead and get the commission.

    In addition, they were working with online retailers and basically extorting them. They said that if retailers paid them a fee, they got to pick the discount code that was used during checkout. So if there was a 20% coupon and a 5% coupon, stores could pay them to ignore the 20%.

    This, in turn, was basically faking out their users, thinking they were giving them the “best deal” like they claimed to.






  • to my understanding, C# is sort of a “second class citizen” on godot; There’s a lot of stuff you can’t quite do or is more clunky than using GDScript. But i also havent used godot enough to really weigh in on that (only a couple of small projects).

    That said, while GDScript is very “python-like”, it is definitely not python. If you want to focus on C#, i would definitely echo the unity sentiment over godot.

    All in all, the best way to learn is to just do it. Go out on youtube and find some tutorials, and just hunker down and try!