Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Canvas debugging function becomes unavailable in new version #10795

Open
Hsuehnj opened this issue Jul 21, 2022 · 2 comments
Open

Script Canvas debugging function becomes unavailable in new version #10795

Hsuehnj opened this issue Jul 21, 2022 · 2 comments
Labels
feature/scripting This item is related to the scripting tools. kind/bug Categorizes issue or PR as related to a bug. priority/critical Critical priority. Must be actively worked on as someone's top priority right now. sig/content Categorizes an issue or PR as relevant to SIG Content. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@Hsuehnj
Copy link

Hsuehnj commented Jul 21, 2022

Describe the bug
The debugging function of script canvas is available in 2111 version, while it becomes unavailable in new version.

Assets required
any scriptcanvas asset

Steps to reproduce
Steps to reproduce the behavior:

  1. Create entity2
  2. Open Script Canvas Editor, create test.scriptcanvas
  3. Add Script Canvas Component of entiy1, and bind test.scriptcanvas
  4. Click Tools-Debugging in Script Canvas Editor, there is no graph under entity, and debugging function is unavailable
    image

I have tried to modified code like following, the product asset scriptcanvas_fn_compiled is under entity, there should be other modification needed to make the debugging function take effect:
image

Expected behavior

  1. There is scriptcanvas under entity
  2. The debugging function is running well like following
    image

Actual behavior
There is no graph under entity, and debugging function is unavailable

Screenshots/Video
If applicable, add screenshots and/or a video to help explain your problem.

Found in Branch
Development

Desktop/Device (please complete the following information):
Device: PC,
OS: Windows
Version 10,
CPU Intel xeon
GPU NVidia RTX 5000
Memory 128GB

Additional context
Add any other context about the problem here.

@Hsuehnj Hsuehnj added kind/bug Categorizes issue or PR as related to a bug. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jul 21, 2022
@lmbr-pip lmbr-pip added sig/content Categorizes an issue or PR as relevant to SIG Content. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Jul 21, 2022
@srikappa-amzn srikappa-amzn added priority/critical Critical priority. Must be actively worked on as someone's top priority right now. triage/accepted Indicates an issue or PR is ready to be actively worked on. feature/scripting This item is related to the scripting tools. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jul 21, 2022
@michleza
Copy link
Contributor

related to 2583?

@Hsuehnj
Copy link
Author

Hsuehnj commented Aug 3, 2022

It is a different bug.
The product assets of Script Canvas do not have the .scriptcanvas file (old version has it), while the sub-id of the asset carried by GetGraphIdentifier is fixed to 0, and the sub-id corresponding to SubgraphInterface is 0xdfe6dc72, resulting in the inability to obtain product assets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/scripting This item is related to the scripting tools. kind/bug Categorizes issue or PR as related to a bug. priority/critical Critical priority. Must be actively worked on as someone's top priority right now. sig/content Categorizes an issue or PR as relevant to SIG Content. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

4 participants