Unreal to google sheet | Unreal engine 5.5
Автор: Hariharan Senthilkumar
Загружено: 2025-10-05
Просмотров: 155
Описание:
Script:
=============================================================
function doPost(e) {
var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1");
var data = JSON.parse(e.postData.contents);
sheet.appendRow([
data.UserName,
data.Score,
data.TimeSpent,
data.Status
]);
return ContentService.createTextOutput("Success");
}
==============================================================
In this tutorial, you will learn how to connect Unreal Engine with Google Sheets to store and track gameplay data in real time. Using the free VaRest plugin and a simple Google Apps Script, we will set up a system to send data such as player names, scores, or experiment results from an Unreal project directly into a Google Sheet.
This workflow is ideal for developers building multiplayer scoreboards, gameplay analytics, or classroom VR assessments. By the end of the tutorial, you will have a working example where Unreal Engine sends JSON data to Google Sheets and logs it automatically.
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: