Skip to content

Commit

Permalink
Update branch (#4)
Browse files Browse the repository at this point in the history
* moved inventory scripts to align with project conventions

* actually destroy the gameobject an not the component

* added a background color to the item type

* created player inventory and first ingredient which can be collected

* make it possible to show items of inventory in inspector

* made Item fields as they were before

* hair color mask material, old lady hairdo and glass, moustache, and shell bowl

Various art assets to make the townsfolk more unique. Bowl made from a giant shell.

* Added trap to small testing ground

Useful for testing

* Fix for issue Location Loader issue UnityTechnologies#229

* Revert "Fix for issue Location Loader issue UnityTechnologies#229"

This reverts commit c7d75ff.

* Proposed fix for issue UnityTechnologies#229 with test scenes

* Revert "Proposed fix for issue UnityTechnologies#229 with test scenes"

This reverts commit 14a6a3a.

* Revert "Revert "Proposed fix for issue UnityTechnologies#229 with test scenes""

This reverts commit 3e9fb2d.

* Update Beach Scene with test data

* Revert "Update Beach Scene with test data"

This reverts commit 90ac457.

* Updated Beach Scene with test data for Scene Loader

* Update TestingGround_Small.unity

Grouped object

* Remove Fresnel properties from ToonShading subgraph

I moved Albedo out from ToonShading and into the main shadergraph. I then created the new subgraph Albedo_Fresnel which contains the lerp operation needed for the slimes. The Albedo subgraph has been added to all toon shadergraph variants.

* Fix Plant Critter mesh scaling and name (UnityTechnologies#239)

* Townsfolk_M animations, Palm2

* Added Event that takes GameObject in parameter

* Added events for pickup, cook and talk

* Added interaction example scene

* Added interaction manager script

* Added interaction to main character prefab

* Added Rigidbody component to the Interaction GO on the pig

* Changed interaction key to E (From K)

* Moved Interaction script to scripts folder

* Added tags for interactions

* Added examples to interaction example scene

* Game input update after interaction key change

* [Bot] Automated dotnet-format update

* Remove Albedo Influence on Specular Light Brightness

Swapping the order of the multiply and add nodes in the ToonShading subgraph to multiply albedo by diffuse light alone, then add specular highlights.

Along with this is the need ability to control specular light transparency, which can now be done using the Specular Color property's alpha channel.

* New tree type

* Reset HasBeenPrewarmed (UnityTechnologies#243)

* [WIP] Added some table furniture (UnityTechnologies#233)

* Added some table furnitures

* Corrected all furniture prefabs to be prefab variant

* Added back recklol Dissolve effect (UnityTechnologies#217)

* Added recklol dissolve effect with some tweaks

* Added names to dissolve outputs

* Added a dissolve effect option in contextual menu and add alpha cutoff in Toon_Disolve

* [Bot] Automated dotnet-format update

* updated interaction manager

* interaction ui event

* [Bot] Automated dotnet-format update

* Imported Smurjo's models, reorganised folders

* Hotfix for null checking `ToState`. (UnityTechnologies#244)

* Wiki and Readme images

* Update README.md

* TownAssets

More enviroment 3D assets.
-Small house in the same style.
-Empty market stands
-Small market items for decoration
-A door.

* Added interaction UI when interaction ends

* Update README.md

* Added enable UI action map from InputReader

* Updates on interaction manager

* Interaction go on the pig is now a prefab

* Added pick up sfx and play sound action

* Added pick up state to the state machine

* pickUp state in states folder

* Added item event type

* Added dialogue event type

* removed comment from Interaction UI event channel

* Added interaction events and updated interaction manager

* pushing interaction example scene

* Added isPickingUp SO condition to state machine

* Added pickup state to state machine

* Added timer pick animation condition and is picking up condition

* Added pick up trigger action to state machine

* updated pig chef animator controller for pick up animation

* [Bot] Automated dotnet-format update

* start talking interaction event name updated

* Initial decoupling of CameraManager and SpawnSystem. Spawn system still needs reference to CameraManager, because it must provide it to Protagonist.

* Updated prefabs

* Added description to EventChannels

* Introduced RuntimeAnchors

Used in Spawn and CameraSystem for decoupling purposes

* [Bot] Automated dotnet-format update

* Added Frying Pan asset (UnityTechnologies#252)

* Added Frying pan assets

* Changed material smothness

* Updated furnishing texture and colliders on furniture (UnityTechnologies#251)

* Issue UnityTechnologies#245 simple fix for camera erratic behaviour (UnityTechnologies#250)

* hair color mask material, old lady hairdo and glass, moustache, and shell bowl

Various art assets to make the townsfolk more unique. Bowl made from a giant shell.

* Fix Plant Critter mesh scaling and name (UnityTechnologies#239)

* Townsfolk_M animations, Palm2

* New tree type

* simple fix for camera

* Reset HasBeenPrewarmed (UnityTechnologies#243)

* [WIP] Added some table furniture (UnityTechnologies#233)

* Added some table furnitures

* Corrected all furniture prefabs to be prefab variant

* Added back recklol Dissolve effect (UnityTechnologies#217)

* Added recklol dissolve effect with some tweaks

* Added names to dissolve outputs

* Added a dissolve effect option in contextual menu and add alpha cutoff in Toon_Disolve

* [Bot] Automated dotnet-format update

* Imported Smurjo's models, reorganised folders

* Hotfix for null checking `ToState`. (UnityTechnologies#244)

* Wiki and Readme images

* Update README.md

* Update README.md

* Initial decoupling of CameraManager and SpawnSystem. Spawn system still needs reference to CameraManager, because it must provide it to Protagonist.

* Updated prefabs

* Added description to EventChannels

* Introduced RuntimeAnchors

Used in Spawn and CameraSystem for decoupling purposes

* [Bot] Automated dotnet-format update

* Changed the wait to EndOfFrame

Co-authored-by: Smurjo <Johanna@johanland.de>
Co-authored-by: treivize <42570903+treivize@users.noreply.github.com>
Co-authored-by: Ciro Continisio <ciro@unity3d.com>
Co-authored-by: Dave Rodriguez <drod7425@gmail.com>
Co-authored-by: David Lischinsky <david.lischinsky@outlook.com>
Co-authored-by: Jan Urbanec <UrbanecJ@seznam.cz>

* State Machine - Proposed fix for Issue 228 (UnityTechnologies#227)

* Added Sliding to JumpAscending

Player was unable to jump if sliding which caused the player to get stuck in geometry/holes.

* Added IsActuallyMoving Condition SO and update PigChef Transition Table

IsActuallyMovingSO evaluates character movement by the character controller's velosity.sqrMagnitude. Returns true if the character controller is moving beyond the threshold. Characters can no longer jump while sliding but can jump if they get stuck.

* Update .gitignore

* Small fixes

Reconnected disconnected assets in the TransitionTable, reverted changes on the .gitignore, added multiplication in threshold verification equation

Co-authored-by: Ciro Continisio <ciro@unity3d.com>

* [Bot] Automated dotnet-format update

* Shader tweaks and reorganisation

* Shading style wiki images

* Add files via upload

* Add UI system, Inventory UI and update Inventory System

* [Bot] Automated dotnet-format update

* Fixes to example, moved files in Examples folder

* [Bot] Automated dotnet-format update

* Switched layers of occluding objects

* Leftover lightmaps

* Relocated stray assets

* post merge fixes

* Fixed event for interaction pick up

* Changed Events to Event Channels

* [Bot] Automated dotnet-format update

* added null check before event raise on interaction

* [Bot] Automated dotnet-format update

* bard hare in interaction example scene for talk interaction test

* Adding interaction UI + Events

* Fix last commit

* [Bot] Automated dotnet-format update

* updated event name for interaction ended

* Adding initialization script

* [Bot] Automated dotnet-format update

* Add an on Interaction Ended Event raise

* [Bot] Automated dotnet-format update

* Added collider on bard hare prefab

* updated example scene for interaction

* testing ground scene cleaning

* Imported ground textures

* New FryKing animations and prefab

* Renamed UI scene to gameplay scene

* Removed old comments from InteractionManager

* First setup

* Small fixes

* ChefHat accessory

* palm leaf set and lobster

Prefabs for the cooking festival

* New art assets

* setup IK for the pig on the arms

* Added small internal cooldown to the PlayLandParticlesAction StateAction (UnityTechnologies#260)

* Added small internal cooldown to PlayLandParticlesAction StateAction

https://open.codecks.io/unity-open-project-1/decks/15-code/card/18k-avoid-spamming-particles-on-sliding

Whenever the PlayLandParticlesAction StateAction is exited by the state machine, it checks if total elapsed time is greater then the total elapsed time of the last particle call + a small amount.

If so, only then do we tell the DustParticle Controller to play, and we also set the new time to beat to be the current time.

* Update PlayLandParticlesActionSO.cs

Removed the unnecessarily verbose extra function

Co-authored-by: Ciro Continisio <ciro@unity3d.com>

* [Bot] Automated dotnet-format update

* Fix/LocationSO not serialized properly (UnityTechnologies#258)

* Fix GameSceneSO not serialized properly.

* Add a reference to the script as a ObjectField in the GameSceneSO

To edit the code faster

* Fix typo

* Renaming and cleaning folders

* clening assets folder

* Add control over cooking when near pot

* [Bot] Automated dotnet-format update

* Added new interaction scene example

* Skybox experiments

* ClearSky skybox

* Reworked the CM camera, added collider, noise

* Reorganised scenes

* Removes spaces in scene names

* Bushes, new Fern plant

* Reintroduced camera noise

* Update ReplaceTool.cs (UnityTechnologies#221)

* "Replace" context-menu with a searchable popup  (UnityTechnologies#223)

* "Replace" context-menu with a popup window

* [Bot] Automated dotnet-format update

* Selection interactive preview

* Whoops, wrong merge resolve

* [Bot] Automated dotnet-format update

* Show popup at screen mouse position

* Mini-previews on renderable objects + minor GUI improvements

* [Bot] Automated dotnet-format update

* Editors cache fix, remove dummy editor

* Destroy only cached editor

* Rename "ReplacePrefabTreeView" to "PrefabSelectionTreeView"

* catch ClearPreviewCache error

* fix null texture warning

* Fix popup fit on smaller screens

* Fix black frame when closing popup during repaint

* Expand folder on single-click

* Remove editor Destroy, as error is still showing inside try catch

* Revert delayed close, as it made popup not-closable in some cases

* Added editor for ScriptableObject with events. It allows to automatically show buttons for each event and raise them. (UnityTechnologies#256)

* "Editor window to quickly open scenes" task (UnityTechnologies#267)

* Added the Quick Scene Access Tool

* removed unused file

* [Bot] Automated dotnet-format update

* Imported lobster, palm leaf set, tavern owner's hair

* AnimationRigging setup, lantern grab clip

* Added BardHare and FryKing animations

* Added Run and Faint animation for PigChef, implemented Run as BlendTree

* Removed Localisation samples

* Added the ability to run for keyboard players

* Input and Camera tweaking

* Input and Camera tweaking

* [Bot] Automated dotnet-format update

Co-authored-by: circa94 <hannesklose@hotmail.de>
Co-authored-by: Chema Damak <chema.damak@unity3D.com>
Co-authored-by: Llaczky <72225106+Llaczky@users.noreply.github.com>
Co-authored-by: Smurjo <Johanna@johanland.de>
Co-authored-by: jandd661 <74697341+jandd661@users.noreply.github.com>
Co-authored-by: Dane Byrd <daneobyrd@gmail.com>
Co-authored-by: treivize <42570903+treivize@users.noreply.github.com>
Co-authored-by: Ciro Continisio <ciro@unity3d.com>
Co-authored-by: Amel Negra <amel.negra@unity3d.com>
Co-authored-by: Dave Rodriguez <drod7425@gmail.com>
Co-authored-by: Jan Urbanec <UrbanecJ@seznam.cz>
Co-authored-by: erizzoalbuquerque <erizzoalbuquerque@gmail.com>
Co-authored-by: Erik Behar <invadererik@gmail.com>
Co-authored-by: John McAllister <jandd661@gmail.com>
Co-authored-by: Smurjo <73852662+Smurjo@users.noreply.github.com>
Co-authored-by: MTrecozzi <47111522+MTrecozzi@users.noreply.github.com>
Co-authored-by: Rainaldi Satria <57592497+rainaldisatria@users.noreply.github.com>
Co-authored-by: uChema <59874519+uChema@users.noreply.github.com>
Co-authored-by: juicedup12 <37230501+juicedup12@users.noreply.github.com>
Co-authored-by: Neonage <alexander.neonage@gmail.com>
Co-authored-by: Can Chen <canchen@usc.edu>
  • Loading branch information
22 people committed Jan 7, 2021
1 parent 591a56f commit 52504d6
Show file tree
Hide file tree
Showing 876 changed files with 275,665 additions and 2,863 deletions.
Binary file added Docs/ReadmeImages/Devlog1_header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/ReadmeImages/Devlog2_header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/ReadmeImages/Forest.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/ReadmeImages/Jumping.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/ReadmeImages/Main_header.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/WikiImages/EventSystem_diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/WikiImages/Factory_diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/WikiImages/Pool_diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/WikiImages/ShaderAddons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/WikiImages/ShadingStyle.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 11 additions & 12 deletions README.md
@@ -1,32 +1,31 @@
![Unity Open Projects](https://imgur.com/Y0svl0w.png)
![Unity Open Projects](/Docs/ReadmeImages/Main_header.jpg)
# Unity Open Project #1: Chop Chop

Welcome! This is the repository for the first Unity **Open Project**, an initiative where Unity and the community collaborate together to create a small **open-source game demo**.

The first game, which is currently under development, is an action-adventure titled _Chop Chop_ ([more info](https://open.codecks.io/unity-open-project-1/decks/32/card/126-what-is-this)).

![OP1 WIP Screenshot](https://imgur.com/033Ucqz.png)
_A work in progress screenshot
![OP1 WIP Screenshot](/Docs/ReadmeImages/Jumping.png)
_A work in progress screenshot_

## Follow the progress
✍🏻 The [dedicated sub-forum](https://forum.unity.com/forums/open-projects.531/) on the Unity forums is where the Unity team and the whole community discuss and brainstorm ideas.
🗺 The [roadmap](https://open.codecks.io/unity-open-project-1) is the central location to know what's coming to the game. Also a great way to find tasks to contribute on!
🎬 The Unity team does bi-weekly livestreams on Unity's [YouTube channel](https://www.youtube.com/c/unity/) (subscribe to be notified). Find the past ones [in this playlist](https://www.youtube.com/playlist?list=PLX2vGYjWbI0S6CnkDm0AwVgA6E6L_vJNf).
💬 The [#open-projects channel](https://discord.gg/EZBXA4V) on the Official Unity Discord is where collaborators can meet for a quick chat and non-threaded discussion.
* The [dedicated sub-forum](https://forum.unity.com/forums/open-projects.531/) on the Unity forums is where the Unity team and the whole community discuss and brainstorm ideas.
* The [roadmap](https://open.codecks.io/unity-open-project-1) is the central location to know what's coming to the game. Also a great way to find tasks to contribute on!
* The Unity team does bi-weekly livestreams on Unity's [YouTube channel](https://www.youtube.com/c/unity/) (subscribe to be notified). Find the past ones [in this playlist](https://www.youtube.com/playlist?list=PLX2vGYjWbI0S6CnkDm0AwVgA6E6L_vJNf).
* The [#open-projects channel](https://discord.gg/EZBXA4V) on the Official Unity Discord is where collaborators can meet for a quick chat and non-threaded discussion.

## Contribute
We would love to get your contributions into the game! Whether you create code, art, narrative, sounds; whether you feel you are experienced enough or not; there is probably [something](https://open.codecks.io/unity-open-project-1) you can add to it.

To learn all about contributing, we have [a series of short videos
🎬](https://www.youtube.com/watch?v=RbSrx0QoTG4&list=PLZplUm29-Z-xOYY9Tw6t3tSIvlbhVhzUn) to get you started with Git and with this project in general.
In addition to that, make sure you read the [📃 Contribution Guidelines](https://docs.google.com/document/d/1PwBF4yQl69RxvVHZ2m2iiy5pYjd9QO-VcuXWDjB7QwA/edit#). For code style, scene hierarchy, and project organisation standards, read the [📃 Conventions](https://docs.google.com/document/d/1-eUWZ0lWREFu5iH-ggofwnixDDQqalOoT4Yc0NpWR3k/edit) document. And for art contributions, we have the [📃 Art Guidelines](https://docs.google.com/document/d/18zqe31J8EipTiEBZuwzLyG3jH7-5teAOViLEio4uko8/).
⚠ Please **post on the [forums](https://forum.unity.com/forums/open-projects.531/) and check the [roadmap](https://open.codecks.io/unity-open-project-1) before starting to work on big contributions!**
To learn all about contributing, we have [a series of short videos](https://www.youtube.com/watch?v=RbSrx0QoTG4&list=PLZplUm29-Z-xOYY9Tw6t3tSIvlbhVhzUn) to get you started with Git and with this project in general.
In addition to that, make sure you read the [Contribution Guidelines](https://docs.google.com/document/d/1PwBF4yQl69RxvVHZ2m2iiy5pYjd9QO-VcuXWDjB7QwA/edit#). For code style, scene hierarchy, and project organisation standards, read the [Conventions](https://docs.google.com/document/d/1-eUWZ0lWREFu5iH-ggofwnixDDQqalOoT4Yc0NpWR3k/edit) document. And for art contributions, we have the [Art Guidelines](https://docs.google.com/document/d/18zqe31J8EipTiEBZuwzLyG3jH7-5teAOViLEio4uko8/).
⚠ Please **post on the [forums](https://forum.unity.com/forums/open-projects.531/) and check the [roadmap](https://open.codecks.io/unity-open-project-1) before starting to work on big contributions!**

If you feel like taking on some **bugs**, check out the [Issues page](https://github.com/UnityTechnologies/open-project-1/issues) on this very repo. In fact, another thing you could help with is by doing some **QA testing**: download the [latest release](https://github.com/UnityTechnologies/open-project-1/releases) of the game, play it, and report issues in the appropriate page. That's also a great way to be part of this project!

This project is built on **Unity 2019.4 LTS**, whatever latest patch is available.

![OP1 WIP Screenshot](https://imgur.com/eK7l8TG.png)
![OP1 WIP Screenshot](/Docs/ReadmeImages/Forest.png)
_A work in progress screenshot of the main character_

## Play the game
Expand Down
Expand Up @@ -41,6 +41,54 @@ MonoBehaviour:
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 0a8caeffc79914eb7ae64a269378d203
m_Address: Inventory Item Action Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 41b74adf4121a468e9dbe8958eb2f813
m_Address: Inventory Item Name Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 63bf683e4210c4e48a201dfa773125d5
m_Address: Inventory Item Description Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 7e97a5d681d6e4480b18b504a66e69b2
m_Address: Buttons Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: adb8fcb8e38ea48798752fce4b4ed075
m_Address: Recipes Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 5654218660b564ff7a2858b08dfbf571
m_Address: Inventory Item Type Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 9db3533f1761145a091a919f210c4e94
m_Address: Inventory Tabs Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: aa5b18277a15a4113950a3cc2f1e9909
m_Address: Interactions Shared Data
m_ReadOnly: 0
m_SerializedLabels: []
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: bffab80dc16c4464b92b2e97b6a1964c, type: 2}
m_SchemaSet:
Expand Down
Expand Up @@ -59,6 +59,118 @@ MonoBehaviour:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 0d7c1864963414ff180884d706e87219
m_Address: Inventory Item Action_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 7f70e48c12dbc4ce0b2e6b49b6836f2d
m_Address: Inventory Item Action_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: daf77f07b58ca4d25a0fb9e02ee4e326
m_Address: Inventory Item Name_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 4e2db78eee23e479393aedf8e3625b46
m_Address: Inventory Item Name_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: c13e09b5e02c24fd59f5bb58426fddc2
m_Address: Inventory Item Description_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 24884a8e6933a4d0cb837cfb28a6439f
m_Address: Inventory Item Description_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 7b418d2f8c70a4bffabe178921caf86b
m_Address: Buttons_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 5e42d58442b78425db9a6b1aca9a9c43
m_Address: Buttons_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 3e4629403dfbc4366a0e94df84672bf8
m_Address: Recipes_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 3d2b06b3cad94450da7907d8ed0245bb
m_Address: Recipes_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 4607f3ca389c84e05b75bb7fa5236166
m_Address: Inventory Item Type_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 0118320ac3ccc4b72bac90ab1f6660d0
m_Address: Inventory Item Type_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: c1866b8b88fdb418886123a7f6404094
m_Address: Inventory Tabs_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 60bc6035c2adb4c9da79f134bd4cebad
m_Address: Inventory Tabs_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 8c990337c09944296842b163021829c8
m_Address: Interactions_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
- m_GUID: 75a54b82bfa6f4f9e8239e9940432c0d
m_Address: Interactions_fr
m_ReadOnly: 1
m_SerializedLabels:
- Locale-fr
m_MainAsset: {fileID: 0}
m_TargetAsset: {fileID: 0}
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: bffab80dc16c4464b92b2e97b6a1964c, type: 2}
m_SchemaSet:
Expand Down
113 changes: 113 additions & 0 deletions UOP1_Project/Assets/Art/Accessories/Curls/Hair.mat
@@ -0,0 +1,113 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-1239848416141730873
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Hair
m_Shader: {fileID: -6465566751694194690, guid: c2f57d091fa8e17459a737c31526637b,
type: 3}
m_ShaderKeywords:
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 1
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- Texture2D_4036A321:
m_Texture: {fileID: 2800000, guid: 8e508863ca9acdf4daeb1bcdd8e0221c, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTexture:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecularMap:
m_Texture: {fileID: 2800000, guid: 2fdd564ffd7e4f4438e24ab213fad293, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _AlphaClip: 0
- _Blend: 0
- _BumpScale: 1
- _Cull: 2
- _Cutoff: 0.5
- _DstBlend: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _LightProbeContribution: 3.5
- _Metallic: 0
- _OcclusionStrength: 1
- _OutlineDepthSensitivity: 1
- _OutlineNormalsSensitivity: 1
- _OutlineThickness: 1
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.8
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
m_Colors:
- Color_551FE3E8: {r: 0.03773582, g: 0.019969378, b: 0.00231399, a: 0}
- Color_5678DAF5: {r: 0.67251176, g: 0.3254717, b: 1, a: 0}
- Color_BD765EA0: {r: 0.0044054748, g: 0.0044054748, b: 0.15686275, a: 0}
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _MainColor: {r: 1, g: 1, b: 1, a: 0}
- _Offset: {r: 0, g: 0, b: 0, a: 0}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
- _SpecularColor: {r: 0.8469206, g: 0.9525207, b: 0.9811321, a: 0}
- _Tiling: {r: 1, g: 1, b: 0, a: 0}
8 changes: 8 additions & 0 deletions UOP1_Project/Assets/Art/Accessories/Curls/Hair.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -20,7 +20,7 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: red curls
m_Name: RedCurls
m_Shader: {fileID: -6465566751694194690, guid: bf36778a400a0894b86a1f49c422fa62,
type: 3}
m_ShaderKeywords:
Expand Down
File renamed without changes.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52504d6

Please sign in to comment.