Skip to content

Commit 2ac5693

Browse files
Update README.md
1 parent acebe0e commit 2ac5693

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Experiment-Unity3d-Modding
22
Experiment on how to get ease of access to modding capabilities to a Unity3D game.
3+
4+
---
5+
## Objective
6+
The objective of this experiment is to create a modding ease-of-access for the user. Essentially meaning that a user can open Unity3d and import the SDK into an empty project. Then start configuring and setting up their modded scenes, vehicles, weapons or whatever the game exposes to the modder.
7+
8+
## TL;DR What This Modding SDK Supports
9+
The modding sdk utilizes Addressables, thus allowing for performant real-time asset streaming.
10+
| Category | |
11+
| --- | --- |
12+
| User-Scripting ||
13+
| Game Provided Monobehaviours ||
14+
| Prefabs ||
15+
| Audio Clips ||
16+
| Materials ||
17+
| Animations ||
18+
| Vert/Frag Shaders ||
19+
20+
## Details
21+
Please look at the [Wiki](https://github.com/bsmithcompsci/Experiment-Unity3d-Modding/wiki), there I will go into details about the modding sdk strategies.

0 commit comments

Comments
 (0)