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

[VRCSDK-Worlds 3.1.9] 'UdonGraphWindow' does not contain definition for 'InitializeGraph' anymore #3

Closed
Varneon opened this issue Oct 19, 2022 · 0 comments · Fixed by #4
Assignees
Labels
bug Something isn't working

Comments

@Varneon
Copy link
Owner

Varneon commented Oct 19, 2022

Error:

Packages\com.varneon.udonexplorer\Editor\UdonListView.cs(390,20): error CS1061: 'UdonGraphWindow' does not contain a definition for 'InitializeGraph' and no accessible extension method 'InitializeGraph' accepting a first argument of type 'UdonGraphWindow' could be found (are you missing a using directive or an assembly reference?)

In VRCSDK - Worlds 3.1.9 the method for opening an Udon Graph Asset in the Udon Graph Window has changed:

  • 3.1.8

public void InitializeGraph(UdonGraphProgramAsset graph, UdonBehaviour udonBehaviour = null)
  • 3.1.9

public void LoadGraphFromAsset(UdonGraphProgramAsset graph, UdonBehaviour udonBehaviour = null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant