← Back to catalog
Cover image for Unity Discord Webhooks

Unity Discord Webhooks

Unity DiscordWebhook is a Unity Tool that allows you to send Discord webhook messages directly from your Unity projects. This package supports sending messages with content, embeds, and attachments such as images and text files. Features - Send Discord webhook messages with content, embeds, and attachments. - Support for image and text file attachments. - Support for sending multiple embeds and attachments in a single message. - Easy-to-use API for creating and sending webhook messages. - Callback support for handling webhook responses. - Progress callback when processing requests. - Discord timestamp conversion utility function. - Example code and scenes. How To Use - Download unitypackage and import it to your project - Create and copy webhook url . for more information see [Discord documentation] - Create webhook object and send! Code Example - Simple webhook message var webhook = new Webhook() .SetAuthor("My Webhook name", "https://avatars.githubusercontent.com/u/34078403?v=4") .SetContent("This is a test message :smile:") .SendWebhook(myWebhookURl); - Using Webhooks to send bug reports var webhook = new Webhook() .SetAuthor("Bug Report Bot") .SetContent("USER INPUT") .AddAttachment(Application.persistentDataPath + "/player.log", "playerLogFile", "File Attachment") .AddImgAttachmentRes("Files/ExampleJpegResourceFile", "myExampleImage", "Image Attachment"); webhook.SendWebhook(myWebhookURl); See Github Repo for more examples and documentations

Huntrox 37 followers· portfolio 13 View creator →
Linux
ItchDB signals
★ 5 avg rating
1 ratings
0 comments
Catalog standing Top 87%
#346,743 of 399,791most rated

Ratings over time

Cumulative · 30d
1 30d ago today
Cumulative ratings

Screenshots

1 / 5
Screenshot 1 for Unity Discord Webhooks
Screenshot 2 for Unity Discord Webhooks
Screenshot 3 for Unity Discord Webhooks
Screenshot 4 for Unity Discord Webhooks
Screenshot 5 for Unity Discord Webhooks