Skip to content

Commit

Permalink
Update scene path in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Mar 31, 2024
1 parent 8809447 commit 0a9965b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/release-pr-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Tasks
- [ ] Check version number in package.json
- [ ] Bump version number in /Samples~/TestHelper.Monkey.Demo/Tests/Runtime/MonkeyTest.cs
- [ ] Bump copyright year in LICENSE file, if needed
- [ ] If you added a top level directory, also add it to the "files" field in package.json

- [ ] Bump version number in Samples~/uGUI Demo/Tests/Runtime/MonkeyTest.cs and ScenarioTest.cs
- [ ] Bump copyright year in LICENSE file, if needed
2 changes: 1 addition & 1 deletion Samples~/uGUI Demo/Tests/Runtime/MonkeyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace TestHelper.Monkey.Samples.UGUIDemo
public class MonkeyTest
{
[Test]
[LoadScene("Assets/Samples/Monkey Test Helper/0.9.0/uGUI Demo/Scenes/uGUIDemo.unity")]
[LoadScene("Assets/Samples/Monkey Test Helper/0.10.0/uGUI Demo/Scenes/uGUIDemo.unity")]
public async Task Run()
{
var config = new MonkeyConfig
Expand Down
2 changes: 1 addition & 1 deletion Samples~/uGUI Demo/Tests/Runtime/ScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ScenarioTest
[TestCase("Difficulty")]
[TestCase("Help")]
[TestCase("Credit")]
[LoadScene("Assets/Samples/Monkey Test Helper/0.9.0/uGUI Demo/Scenes/uGUIDemo.unity")]
[LoadScene("Assets/Samples/Monkey Test Helper/0.10.0/uGUI Demo/Scenes/uGUIDemo.unity")]
[TakeScreenshot]
public async Task OpenSubScreens(string target)
{
Expand Down

0 comments on commit 0a9965b

Please sign in to comment.