Skip to content

Commit

Permalink
1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelAsherRivello committed May 17, 2024
1 parent 9858da1 commit 3cf3fc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ public class MagicTween : MonoBehaviour
protected void Start()
{
Debug.Log("MagicTween Demo. Watch the spawning.");

#if !MAGICTWEEN_ENABLE_TRANSFORM_JOBS || !MAGICTWEEN_ENABLE_DEMO
Debug.LogWarning("Add scripting define for MAGICTWEEN_ENABLE_TRANSFORM_JOBS and MAGICTWEEN_ENABLE_DEMO to enable this demo.");

Debug.LogWarning("1. Add Magic Tween in package manager via https://github.com/AnnulusGames/MagicTween?tab=readme-ov-file#implementation-for-ecs.");

Debug.LogWarning("2. Add scripting define for MAGICTWEEN_ENABLE_TRANSFORM_JOBS");

Debug.LogWarning("3. Add scripting define for MAGICTWEEN_ENABLE_DEMO");
#endif

}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.rmc.rmc-dots",
"displayName": "RMC DOTS",
"version": "1.4.8",
"version": "1.4.9",
"unity": "2022.3",
"description": "DOTS library for Unity Development by Rivello Multimedia Consulting",
"keywords": [
Expand Down

0 comments on commit 3cf3fc6

Please sign in to comment.