Skip to content

Unity 2018.3+ Deprecates WWW #64

@Lachee

Description

@Lachee

The WWW class found in DiscordUser.cs is throwing obsolete warnings. The WWW that is used to get the users avatar needs to be changed to UnityWebRequest instead.

Annoyingly since I wish to keep support for Unity 5 (because I am a masochist apparently) I will probably need to add #defines for older versions of unity to keep using the old WWW.

(yay! This code base is going to get messy)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions