Skip to content

Commit 3397a48

Browse files
authored
[DX-2612] docs: update readme with import asset screenshot (#60)
* docs: update readme with import asset screenshot * chore: update pr template
1 parent 07469cc commit 3397a48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Other things to consider:
4141
<!-- List of things to check before/after submitting the PR -->
4242

43-
- [ ] Prefix your PR title with `feat: `, `fix: `, `chore: `, `docs:`, `refactor:` or `test:`.
43+
- [ ] Prefix your PR title with `feat: `, `fix: `, `chore: `, `docs: `, `refactor: ` or `test: `.
4444
- [ ] Sample blueprints are updated with new SDK changes
4545
- [ ] Updated public documentation with new SDK changes ([Immutable X](https://docs.immutable.com/docs/x/sdks/unreal) and [Immutable zkEVM](https://docs.immutable.com/docs/zkEVM/sdks/unreal))
4646
- [ ] Replied to GitHub issues

ImportAsset.png

149 KB
Loading

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ For UE4 we are using Blui as the in built browser does not work.
6767
6868
## How to Add Game Bridge Asset to Packaged Resources
6969
70-
1. Open Unreal Editor in the lowest supported version i.e, 4.26 for this Plugin.
70+
1. Open Unreal Editor in the lowest supported version (i.e. 4.26) for this Plugin.
7171
2. Open Content Drawer
7272
3. Navigate to Plugins -> Immutable Content -> Packages Resources
73-
4. Delete the existing imported asset if you wish to replace with new one
74-
5. Right Click and Import the `index.js` file
73+
4. Delete the existing imported `index.uasset`
74+
5. Right click and import the `index.js` file
7575
![Import Asset](Docs/ImportAsset.png)
7676
7777
## Contributing

0 commit comments

Comments
 (0)