Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
195 commits
Select commit Hold shift + click to select a range
5de47bf
Implement GenerateBuyTransaction endpoint/request support
BellringerQuinn Sep 5, 2024
ae0b9f2
Added sardine whitelist checking support
BellringerQuinn Sep 6, 2024
6b60693
Integrate GetSardineSupportedRegions request
BellringerQuinn Sep 9, 2024
8ad31a0
Added GetSardineClientToken endpoint support
BellringerQuinn Sep 9, 2024
5e98387
Basic integration for sardine checkout. Moved CollectibleOrder and de…
BellringerQuinn Sep 10, 2024
fd0a863
Checkout Options implementation
BellringerQuinn Sep 10, 2024
9ec1843
Implemented support for the remaining marketplace reader API requests
BellringerQuinn Sep 11, 2024
9734e40
GetCheckoutOptions using Order[]
BellringerQuinn Sep 11, 2024
6c693a1
Added events for reading callbacks and updated tests to make sure the…
BellringerQuinn Sep 11, 2024
b72db6e
Add tests for checking the supported checkout options for a given ord…
BellringerQuinn Sep 11, 2024
f095807
Generate buy transaction implementation and test
BellringerQuinn Sep 17, 2024
95aab33
Fixed ListCurrencies implementation such that tests pass
BellringerQuinn Oct 9, 2024
b5afa96
Finish generateBuyTransaction interface and finish writing test
BellringerQuinn Oct 9, 2024
ec8540a
Fix GetCollectible implementation such that tests pass
BellringerQuinn Oct 9, 2024
6f0186b
Rename get collectible listing/offer requests and tests
BellringerQuinn Oct 9, 2024
88a696d
Rename ListCollectibleListings/Offers to ListListings/Offers-ForColle…
BellringerQuinn Oct 10, 2024
0aca71d
Rename ListCollectiblesWithLowestListing/HighestOffer to more descrip…
BellringerQuinn Oct 10, 2024
6fe9b86
Remove TransactionGenerator as it was unused and duplicating code
BellringerQuinn Oct 10, 2024
2c649e7
Added GenerateSellTransaction method and test
BellringerQuinn Oct 10, 2024
2187cbf
Fix json construction
BellringerQuinn Oct 10, 2024
8abfee0
Fix GenerateBuy/Sell-Transaction calls such that buy tests pass
BellringerQuinn Oct 10, 2024
ddfa1da
Added GenerateListingTransaction and GenerateOfferTransaction impleme…
BellringerQuinn Oct 10, 2024
f7d7013
Refactor such that I use a more generic EnumConverter as opposed to c…
BellringerQuinn Oct 10, 2024
398ece7
Fixed GetCheckoutOptions implementation and test
BellringerQuinn Oct 10, 2024
bce1e30
Added GetFloorOrder implementation
BellringerQuinn Oct 11, 2024
7172346
Updated Transak NFT checkout integration - not currently working, I a…
BellringerQuinn Oct 11, 2024
29ebce9
Added Sardine data types
BellringerQuinn Oct 11, 2024
135374f
Added SardineGetNFTCheckoutToken integration and test. Cleaner testin…
BellringerQuinn Oct 11, 2024
0804cf1
Handle gas currency case by checking for currency address = zero address
BellringerQuinn Oct 21, 2024
5aed924
FirstCommitForQr (#170)
caballoninja Oct 22, 2024
f66d72d
Use dev for now
BellringerQuinn Oct 22, 2024
0715219
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Oct 29, 2024
ba7fa2b
Add preserve compiler tag to constructors that are used by Newtonsoft…
BellringerQuinn Oct 30, 2024
3dce425
Fix broken tests
BellringerQuinn Oct 31, 2024
979614f
Rename orderbookKind arg to orderbook
BellringerQuinn Oct 31, 2024
587358f
Fixed SardineGetSupportedRegions request and httpclient
BellringerQuinn Oct 31, 2024
50a2ef9
Fix broken test
BellringerQuinn Oct 31, 2024
3c5a6f1
Fix more tests
BellringerQuinn Oct 31, 2024
cb75331
Fix more tests
BellringerQuinn Oct 31, 2024
d397eaf
Reset session id and session wallet when trying to login not when log…
BellringerQuinn Nov 4, 2024
98396d1
Fix broken tests
BellringerQuinn Nov 4, 2024
c4fe2d6
Added basic swap api integration and tests
BellringerQuinn Nov 6, 2024
3a45d59
Use polygon for test
BellringerQuinn Nov 7, 2024
bb1b5e9
Update currency swap API, the slippage percentage is in percentage no…
BellringerQuinn Nov 11, 2024
be84a93
Throw an exception if we get a null response from API without an erro…
BellringerQuinn Nov 11, 2024
2b9eea7
Fix broken tests and add additional tests for the pre validation befo…
BellringerQuinn Nov 11, 2024
2b8d948
Fix broken generate listing transaction test implementation
BellringerQuinn Nov 12, 2024
2b3e2da
add CreateListingAndBuyIt end to end test
BellringerQuinn Nov 12, 2024
9f575e1
Merge branch 'Fix/resetSessionIdOnLoginAttempt' into Feature/marketpl…
BellringerQuinn Nov 12, 2024
cc3ff2a
Finish CreateListingAndBuyIt end to end test
BellringerQuinn Nov 12, 2024
f6b95ea
fixed stuck in loading screen when a user entered an empty email
andygruening Nov 13, 2024
6995303
Added retry logic to CreateListingAndBuyIt test as the orders are not…
BellringerQuinn Nov 13, 2024
c72c7c5
Fix GenerateBuy/SellTransaction interface to include amount to buy/sell
BellringerQuinn Nov 13, 2024
fe44872
Fix broken tests. Move marketplace seeding logic to its own class Mar…
BellringerQuinn Nov 13, 2024
2702f3a
Switch currency swap to prod api
BellringerQuinn Nov 13, 2024
62bd7cf
Fix test implementation
BellringerQuinn Nov 13, 2024
31d59ee
Rename SeeMarketplaceListingsPage/Panel to ViewMarketplaceListingsPag…
BellringerQuinn Nov 13, 2024
c3b9cb0
Added GenerateCancelRequest support and test. Test cleanup
BellringerQuinn Nov 15, 2024
1a4956b
Added default contract to viewMarketplaceListingsPage
BellringerQuinn Nov 15, 2024
6c14dd2
Update cancel order test such that I filter my fetch to only include …
BellringerQuinn Nov 18, 2024
704e4f1
Added ListAllSellableOffers and ListAllPurchasableListings methods to…
BellringerQuinn Nov 18, 2024
52ca4fd
Added IReader interface with intellisence summaries that is implement…
BellringerQuinn Nov 18, 2024
a1cdee5
Added ICheckout interface with intellisence summaries that is impleme…
BellringerQuinn Nov 18, 2024
30722b2
Extended Step[] such that it is easier to turn these into transaction…
BellringerQuinn Nov 18, 2024
f0fa2d8
Added ISwap interface with intellisence summary implemented by Curren…
BellringerQuinn Nov 18, 2024
436e85e
Update ViewMarketplacePage such that listings are shown with their pr…
BellringerQuinn Nov 20, 2024
fddfa23
Fetch mock collectible orders for now. Add focus button for marketpla…
BellringerQuinn Nov 21, 2024
6fc51da
Populate checkout page with CartItems
BellringerQuinn Nov 25, 2024
9a5fb1d
Fix transition screen UI
BellringerQuinn Nov 25, 2024
9b767bf
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Nov 25, 2024
6fcc405
increment package version
BellringerQuinn Nov 25, 2024
d6ce1c4
Fix broken test
BellringerQuinn Nov 26, 2024
1582e50
Switch to prod
BellringerQuinn Nov 26, 2024
9c1a49f
Added Cart and respective tests
BellringerQuinn Nov 26, 2024
4e7130f
Create a cart with a single listing. Return a decorated error message…
BellringerQuinn Nov 26, 2024
56bd6ac
Fix listings page assembly. Add mising array utils function
BellringerQuinn Nov 26, 2024
cdfd291
Revert "Switch to prod"
BellringerQuinn Nov 26, 2024
53dd5b9
Update intellisense summaries and fix broken tests
BellringerQuinn Nov 27, 2024
c802063
Build temporary scene to make it easier to update checkout page UI. A…
BellringerQuinn Nov 27, 2024
ee0345c
Instantiate estimated cost area, network banner, and divider
BellringerQuinn Nov 27, 2024
c6861ae
Instantiate crypto payment options
BellringerQuinn Nov 28, 2024
90536e8
Checkout setup. Additional CartTests
BellringerQuinn Nov 29, 2024
a75d6f1
Merge master into 'Fix/login-loading-screen-stuck'
andygruening Dec 2, 2024
880e2ce
increment package version
andygruening Dec 2, 2024
a5e78d0
Merge branch 'master' into Fix/login-loading-screen-stuck
BellringerQuinn Dec 3, 2024
93df64b
Migrate CheckoutPage to use an ICheckoutHelper interface, implemented…
BellringerQuinn Dec 3, 2024
0779185
Merge remote-tracking branch 'origin/Fix/login-loading-screen-stuck' …
BellringerQuinn Dec 3, 2024
0b5e2d1
Get checkout UI working with mocks
BellringerQuinn Dec 3, 2024
09b86ee
Purchase tokens via demo scene
BellringerQuinn Dec 3, 2024
fc64b58
Incrementing or decrementing amount of tokens refreshes UI
BellringerQuinn Dec 4, 2024
d2f8900
Fix broken test
BellringerQuinn Dec 4, 2024
2019a0a
Fix decimal normalizer for large BigInts
BellringerQuinn Dec 5, 2024
d7fc61e
Add test for purchasing listing with native currency
BellringerQuinn Dec 6, 2024
ba7c675
Fund account with QR code
BellringerQuinn Dec 9, 2024
9683f28
Clear spawned items in CheckoutPage when we close so that we don't en…
BellringerQuinn Dec 9, 2024
487e68a
Added on-ramp button to checkout page, supporting transak
BellringerQuinn Dec 9, 2024
71d1a70
include placeholder image url and name for sardine as these are required
BellringerQuinn Dec 10, 2024
ccef331
Added intellisense summaries for ICheckoutHelper
BellringerQuinn Dec 10, 2024
b1ee758
Switch tests to using dev env
BellringerQuinn Dec 11, 2024
56cf36f
Merge branch 'v4-beta' into Feature/marketplaceCheckout
BellringerQuinn Dec 11, 2024
ffcbbb5
Rename IReader to IMarketplaceReader
BellringerQuinn Dec 11, 2024
241749f
Merge branch 'Feature/marketplaceCheckout' of https://github.com/0xse…
BellringerQuinn Dec 11, 2024
a050062
Rename mock
BellringerQuinn Dec 11, 2024
ac1b2ed
Fix compile error
BellringerQuinn Dec 12, 2024
1d335fd
Cleanup CheckoutPage implementation and make most methods protected t…
BellringerQuinn Dec 13, 2024
78084af
Fix transak nft checkout test
BellringerQuinn Dec 13, 2024
2393d35
Cleanup - remove code I'm not as confident in and remove Temp scene +…
BellringerQuinn Dec 13, 2024
f698c91
Added properties to TokenMetadata
BellringerQuinn Jan 14, 2025
b296869
Fix decimal precision issues when converting back into normal human r…
BellringerQuinn Jan 16, 2025
d5dc1c9
Switch to new easy mint token
BellringerQuinn Jan 16, 2025
10bdb94
Don't use dev environment for tests anymore
BellringerQuinn Jan 16, 2025
f1ead46
Revert "Cleanup - remove code I'm not as confident in and remove Temp…
BellringerQuinn Jan 17, 2025
1a1b638
Remove temp folder
BellringerQuinn Jan 20, 2025
1e98485
Add implementation for missing Sardine endpoints and miscellaneous fi…
BellringerQuinn Jan 20, 2025
8a84c56
Use prod for Tranak test
BellringerQuinn Jan 20, 2025
a58fe8f
Fix generate offer transaction test - it seems like the API now check…
BellringerQuinn Jan 21, 2025
ea7006e
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Jan 23, 2025
cf0e72d
Created ContractWrapper class that Ownable (and derived classes) deri…
BellringerQuinn Jan 24, 2025
c807bc3
chore: foundry install
BellringerQuinn Jan 27, 2025
eae3bb4
forge install: forge-std
BellringerQuinn Jan 27, 2025
90ec799
Foundry setup
BellringerQuinn Jan 27, 2025
af3ee14
Added basic erc1155 sales test
BellringerQuinn Jan 27, 2025
40332c0
Foundry usage instructions
BellringerQuinn Jan 27, 2025
8727547
Fix erc1155/721 sale contracts
BellringerQuinn Jan 27, 2025
da4898c
Working Sardine primary sales integration. Additional sardine endpoin…
BellringerQuinn Jan 28, 2025
c665603
Additional GetCheckoutOptions methods for primary sales contracts. Fi…
BellringerQuinn Jan 30, 2025
1de36e6
Fix Transak calldata compression utility
BellringerQuinn Jan 31, 2025
3c1576c
Added ISardineCheckout interface (implemented by SardineCheckout) wit…
BellringerQuinn Jan 31, 2025
9c7105e
Successful transak checkout link generation
BellringerQuinn Feb 5, 2025
4e7dbc1
Cleaner transak implementation
BellringerQuinn Feb 5, 2025
9b5a879
Move calldata and nft data compression/encoding logic to standalone s…
BellringerQuinn Feb 5, 2025
514220f
Fixed transak test and implementation for PrimarySaleERC1155 contract…
BellringerQuinn Feb 6, 2025
f0eda0d
Use decimal instead of float or double for prices in USD so we avoid …
BellringerQuinn Feb 7, 2025
9155fd2
Mint a large number of tokens for this test - was useful to verify th…
BellringerQuinn Feb 7, 2025
b89183a
Remove commented out code that is no longer needed
BellringerQuinn Feb 7, 2025
c1baf95
Integrated the SardineGetQuote API
BellringerQuinn Feb 7, 2025
1602999
Optionally provide a different buy address when generating buy transa…
BellringerQuinn Feb 7, 2025
13ab18d
Don't require TransakContractId when checking out with a CollectibleO…
BellringerQuinn Feb 7, 2025
4eeea62
Rename Integrations namespace to Pay and accordingly renamed Sequence…
BellringerQuinn Feb 10, 2025
b5670c4
Added IFiatPay interface implemented by SequencePay (the main class f…
BellringerQuinn Feb 12, 2025
32a21be
Added ERG using mermaid
BellringerQuinn Feb 12, 2025
3871cd6
Added IFiatCheckout and hooked it up with the CheckoutPanel/page/modal
BellringerQuinn Feb 12, 2025
1d53564
Modify class diagram
BellringerQuinn Feb 12, 2025
3ad9484
Added Sequence marketplace v2 contract on Polygon to Transak whitelist
BellringerQuinn Feb 14, 2025
095e89e
Added append array generic helper
BellringerQuinn Feb 14, 2025
cc11ca7
Added GetHashCode override for Address class so that we can use it in…
BellringerQuinn Feb 14, 2025
91cdd8d
Merge remote-tracking branch 'origin/Setup/easyEnvSwitch' into Featur…
BellringerQuinn Feb 19, 2025
fea88e9
Throw an error if we get a null swap price from API
BellringerQuinn Feb 20, 2025
2cbe461
Initialize TransakFiatPay instance
BellringerQuinn Feb 20, 2025
d1b3161
Fix error message
BellringerQuinn Feb 20, 2025
f330c67
Cache config objects in a dictionary so we can load multiple configs …
BellringerQuinn Feb 24, 2025
fe348e3
Fix checkout UI such that it uses ICheckoutHelper and IFiatCheckout a…
BellringerQuinn Feb 25, 2025
2b9c616
Fix broken checkout and reader tests
BellringerQuinn Feb 25, 2025
b4ae9c5
Fix broken test
BellringerQuinn Feb 25, 2025
8fa224a
Checkout modal now reacts when incrementing or decrementing amount re…
BellringerQuinn Feb 25, 2025
87d2cde
Make sardine checkout code more readable
BellringerQuinn Feb 26, 2025
f1c5df7
Use CartItemData DTO instead of using CollectibleOrders when assembli…
BellringerQuinn Feb 26, 2025
55ce194
Added price feeds
BellringerQuinn Feb 27, 2025
3577ecc
Fix sardine checkout
BellringerQuinn Feb 27, 2025
3179444
Add ERC1155SaleCheckout implementation - this should enable us to use…
BellringerQuinn Feb 27, 2025
76288bf
Remove GetCollectiblePrices as this endpoint doesn't seem to be working
BellringerQuinn Feb 27, 2025
bb95985
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Feb 27, 2025
89b8692
Fix crypto checkout for primary sales. Add Checkout modal demo
BellringerQuinn Mar 3, 2025
3585646
Added sequence diagrams
BellringerQuinn Mar 5, 2025
16e2f7b
Fix sequence diagram
BellringerQuinn Mar 5, 2025
4ba3e98
Fix typo/compile error
BellringerQuinn Mar 6, 2025
16a3821
Added basic unit tests for NftCheckout class - we'll want to add end-…
BellringerQuinn Mar 6, 2025
4cbe1aa
Remove Cart and tests because I am not confident with how they fit in…
BellringerQuinn Mar 6, 2025
48b5a8c
Fix typo
BellringerQuinn Mar 7, 2025
77781a8
Metadata has been updated and .png now exists
BellringerQuinn Mar 7, 2025
fd374f6
Remove redundant line
BellringerQuinn Mar 7, 2025
8f987dd
Fix build error by including ionic zip dll
BellringerQuinn Mar 13, 2025
f25c5fe
Listing and offer UI (#261)
caballoninja Mar 19, 2025
1e01327
Move order orchestration logic (requesting additional orders and allo…
BellringerQuinn Mar 24, 2025
d4aebe4
Merge branch 'Feature/marketplaceCheckout' of https://github.com/0xse…
BellringerQuinn Mar 24, 2025
b4f2fe5
Move order orchestration logic (requesting additional orders and allo…
BellringerQuinn Mar 26, 2025
e8715aa
Fix/optimize checkout page load (#269)
BellringerQuinn Mar 26, 2025
b26a71f
Merge branch 'Feature/marketplaceCheckout' of https://github.com/0xse…
BellringerQuinn Mar 26, 2025
48b7eea
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Mar 26, 2025
cb37341
Fix GenericObjectPool such that it grows in size as needed
BellringerQuinn Mar 26, 2025
a88cc1f
Fix demo scene
BellringerQuinn Mar 26, 2025
ba8b825
Fix test data to reflect new metadata and fix DecimalNormalizer so th…
BellringerQuinn Mar 26, 2025
ad7a949
Fix scroll view
BellringerQuinn Mar 27, 2025
2adf1aa
Ignore case when comparing addresses
BellringerQuinn Mar 27, 2025
44a6359
Remove temp folder with unneeded code
BellringerQuinn Mar 27, 2025
d812853
Replace demo scene with working version
BellringerQuinn Mar 27, 2025
8a6e827
Move Boilerplate scripts back into the SequenceFrontend assembly. Thi…
BellringerQuinn Mar 27, 2025
18b0935
Fix PlayMode tests and mark UI tests to be ignored as they haven't be…
BellringerQuinn Mar 27, 2025
e040fd4
Fix mermaid diagram
BellringerQuinn Mar 27, 2025
e5653c1
Catch and log errors when generating checkout link in CheckoutPage
BellringerQuinn Mar 28, 2025
4089e26
Added ADR to explain marketplace + pay architecture. Additionally, ad…
BellringerQuinn Mar 28, 2025
955f176
Fix tests by pointing at a different collection
BellringerQuinn Mar 31, 2025
6961ac6
Update to new boilerplates (#271)
caballoninja Mar 31, 2025
a0ef275
Move sprites out of samples and into SDK
BellringerQuinn Mar 31, 2025
36d8534
Re-add sprites to prefab
BellringerQuinn Mar 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@ testchain/cache/

# Test config
Assets/SequenceSDK/WaaS/Tests/Resources/

# Foundry

/testchain/lib
/testchain/artifacts/*

6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "testchain/lib/contracts-library"]
path = testchain/lib/contracts-library
url = https://github.com/0xsequence/contracts-library.git
[submodule "testchain/lib/forge-std"]
path = testchain/lib/forge-std
url = https://github.com/foundry-rs/forge-stdy
12 changes: 11 additions & 1 deletion Assets/GuestLogin/GuestLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace GuestLogin
{
public class GuestLogin : MonoBehaviour
{
[SerializeField] private bool _loginAutomatically = true;

private ILogin _login;
private int _signOuts = 0;
private IWallet _wallet;
Expand All @@ -25,7 +27,10 @@ private void Awake()

private void Start()
{
_login.GuestLogin();
if (_loginAutomatically)
{
_login.GuestLogin();
}
}

private void OnWaaSWalletCreated(SequenceWallet wallet)
Expand Down Expand Up @@ -58,5 +63,10 @@ private IEnumerator SignOutThenSignBackIn()
_login.GuestLogin();
}
}

public void Login()
{
_login.GuestLogin();
}
}
}

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

290 changes: 289 additions & 1 deletion Assets/SequenceFrontend/Scenes/Tests.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1}
m_IndirectSpecularColor: {r: 0.44657815, g: 0.49641192, b: 0.57481617, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -576,6 +576,141 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 8067163605015323919, guid: a5a68ec1b8c3c430694abc1729fc5369, type: 3}
m_PrefabInstance: {fileID: 309099119}
m_PrefabAsset: {fileID: 0}
--- !u!1 &484486286
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 484486287}
- component: {fileID: 484486289}
- component: {fileID: 484486288}
m_Layer: 5
m_Name: Text (TMP)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &484486287
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484486286}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1100602928}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &484486288
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484486286}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: Guest
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4281479730
m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 24
m_fontSizeBase: 24
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!222 &484486289
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484486286}
m_CullTransparentMesh: 1
--- !u!224 &595273815 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 2980900696299840490, guid: 7d8e311766e5c4b8693a216ca3708b52, type: 3}
Expand Down Expand Up @@ -781,6 +916,154 @@ MonoBehaviour:
_closeAnimationDurationInSeconds: 0
_animation: 0
InitialPage: {fileID: 0}
--- !u!1 &1100602927
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1100602928}
- component: {fileID: 1100602932}
- component: {fileID: 1100602931}
- component: {fileID: 1100602930}
- component: {fileID: 1100602929}
m_Layer: 5
m_Name: Guest
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1100602928
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 484486287}
m_Father: {fileID: 1404552077}
m_RootOrder: 9
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: -200.5}
m_SizeDelta: {x: 160, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1100602929
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 950b78f19316442a9761372c6f370374, type: 3}
m_Name:
m_EditorClassIdentifier:
_loginAutomatically: 0
--- !u!114 &1100602930
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Navigation:
m_Mode: 3
m_WrapAround: 0
m_SelectOnUp: {fileID: 0}
m_SelectOnDown: {fileID: 0}
m_SelectOnLeft: {fileID: 0}
m_SelectOnRight: {fileID: 0}
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
m_SpriteState:
m_HighlightedSprite: {fileID: 0}
m_PressedSprite: {fileID: 0}
m_SelectedSprite: {fileID: 0}
m_DisabledSprite: {fileID: 0}
m_AnimationTriggers:
m_NormalTrigger: Normal
m_HighlightedTrigger: Highlighted
m_PressedTrigger: Pressed
m_SelectedTrigger: Selected
m_DisabledTrigger: Disabled
m_Interactable: 1
m_TargetGraphic: {fileID: 1100602931}
m_OnClick:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 1100602929}
m_TargetAssemblyTypeName: GuestLogin.GuestLogin, Assembly-CSharp
m_MethodName: Login
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!114 &1100602931
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
m_Type: 1
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!222 &1100602932
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_CullTransparentMesh: 1
--- !u!1 &1327297838
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1211,6 +1494,11 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 3911810626490335503, guid: 4f2f5ce343de8447088bc48817965287, type: 3}
m_PrefabInstance: {fileID: 1404552075}
m_PrefabAsset: {fileID: 0}
--- !u!224 &1404552077 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 3911810628226866637, guid: 4f2f5ce343de8447088bc48817965287, type: 3}
m_PrefabInstance: {fileID: 1404552075}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1995973477
GameObject:
m_ObjectHideFlags: 0
Expand Down
1 change: 1 addition & 0 deletions Assets/SequenceFrontend/Tests/CollectionInfoPageTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Collections;
using System.Collections.Generic;
using Sequence;
using Sequence.Boilerplates;
using Sequence.Demo;
using Sequence.Demo.ScriptableObjects;
using SequenceExamples.Scripts.Tests.Utils;
Expand Down
1 change: 1 addition & 0 deletions Assets/SequenceFrontend/Tests/SearchTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections;
using Sequence.Boilerplates;
using Sequence.Demo;
using SequenceExamples.Scripts.Tests.Utils;
using TMPro;
Expand Down
Loading