Skip to content

Setup#7

Open
anemanja wants to merge 2 commits into
developfrom
setup
Open

Setup#7
anemanja wants to merge 2 commits into
developfrom
setup

Conversation

@anemanja

@anemanja anemanja commented Apr 8, 2025

Copy link
Copy Markdown
Contributor
  • Added GameEvent and GameEventListener classes. Closes Event System #3
  • Added Scriptable Object variable classes. Closes Basic Variables #4
  • Added TextMesh Pro assets.
  • Revised from Ignored folder to personal Testing folders so we can share trial code.

anemanja added 2 commits April 4, 2025 15:07
- Added Scriptable Object variable classes.
- Added TextMesh Pro assets.
- Revised from Ignored folder to personal Testing folders so we can share trial code.
@anemanja anemanja self-assigned this Apr 8, 2025
@g1dra g1dra self-assigned this Apr 11, 2025

@g1dra g1dra left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't load scropts becauze of this one issue. Will continue latter.

@@ -0,0 +1,39 @@
using UnityEngine;
using TMPro;

@g1dra g1dra Apr 13, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This deppendecy TMPro is missing from git repository

private StringVariable infoText;

[SerializeField]
private TMP_Text buttonLabel;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing coze of bad import on top

@g1dra

g1dra commented Apr 13, 2025

Copy link
Copy Markdown
Collaborator

image
Some scripts are missing. But I can compile after commenting out missing imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Basic Variables Event System

2 participants