From d3e9cb05f385c82948cd2ac320d84b00b4590315 Mon Sep 17 00:00:00 2001 From: Shi Johnson-Bey Date: Tue, 24 Sep 2024 12:39:17 -0400 Subject: [PATCH] Update version to 2.2.0 --- Packages/com.shijbey.tdrs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.shijbey.tdrs/package.json b/Packages/com.shijbey.tdrs/package.json index cf0ac0a..9b99fee 100644 --- a/Packages/com.shijbey.tdrs/package.json +++ b/Packages/com.shijbey.tdrs/package.json @@ -1,6 +1,6 @@ { "name": "com.shijbey.tdrs", - "version": "2.1.0", + "version": "2.2.0", "displayName": "TDRS", "description": "TDRS is a toolkit for modeling dynamic character relationships for life sims, dating sims, visual novels, and adventure games in Unity. It enables game developers to track relationships between social entities (NPCs, players, factions, etc.). Designers can create and tag relationships and characters with various traits that modify how characters feel about each other. Also, they can dispatch various event types that change relationships and build interpersonal histories between characters. Game designers can leverage this package for NPC decision-making, customizing dialogue, and adding a semblance of social intelligence.", "unity": "2019.4",